Difference between revisions of "Ssh"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
ssh is a command to log in over the network to another computer. | ssh is a command to log in over the network to another computer. | ||
+ | |||
+ | = port forwarding = | ||
+ | ssh username@server -L localport:remoteserver:remoteport | ||
= possible problems = | = possible problems = |
Revision as of 07:59, 16 December 2009
ssh is a command to log in over the network to another computer.
port forwarding
ssh username@server -L localport:remoteserver:remoteport
possible problems
Wrong key on ssh-login:
- Problem
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
- Solution
$ ssh-keygen -R <hostname>
Related
ssh-related topics: