r2 - 28 Oct 2007 - 17:42:16 - HecPeAreYou are here: TWiki >  General Web > SSH
from here

config file

sudo vim /etc/ssh/sshd_config

example

Port 30000                           <--- change to a port of your choosing
Protocol 2
PermitRootLogin no
PasswordAuthentication no
X11Forwarding no
UsePAM no
UseDNS no
AllowUsers demo

reload

sudo /etc/init.d/ssh reload

then, ssh user@host -p 30000

-- HecPeAre - 28 Oct 2007

 
Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback