Difference between revisions of "Secure shell to OD"

From Organic Design wiki
m
m
 
Line 9: Line 9:
  
  
[[User:Nad|Nad]] noticed that the standard port 22 gets hammered by bots trying to hack into computers, so we now use a non standard port 1729.
+
[[User:Nad|Nad]] noticed that the standard port 22 gets hammered by bots trying to hack into computers, so we now use a non standard port 1729, for example
e.g. ssh -p 1729 [http://organicdesign.co.nz user@organicdesign.co.nz]
+
ssh -p 1729 [http://organicdesign.co.nz user@organicdesign.co.nz]

Latest revision as of 04:15, 17 July 2008

{{#security:*|Sven,Milan,Nad,Rob}}

Procedure.svg Secure shell to OD
Organic Design procedure


Nad noticed that the standard port 22 gets hammered by bots trying to hack into computers, so we now use a non standard port 1729, for example

ssh -p 1729 user@organicdesign.co.nz