Install OpenSSH (secure shell)

From WickyWiki
Revision as of 07:25, 5 July 2013 by Admin (talk | contribs) (3 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: SSH uses TCP port 22, so configure your router with TCP port 22 forwarding if you want access from outside your LAN.

sudo apt-get install openssh-server:

Login with ssh from other machine (give password at the prompt):

ssh -l login_name ip_address