Ssh
From Linuxintro
Revision as of 07:00, 4 October 2009 by imported>ThorstenStaerk
ssh is a command to log in over the network to another computer.
possible problems
Wrong key on ssh-login:
- Problem
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
- Solution
$ ssh-keygen -R <hostname>
Related
ssh-related topics: