Difference between revisions of "Ssh"

From Linuxintro
imported>ThorstenStaerk
(New page: ssh is a command to log in over the network to another computer. ssh-related topics: * passwordless login)
 
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.
  
 +
= possible problems =
 +
Wrong key on ssh-login:
 +
;Problem:
 +
  WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
 +
;Solution:
 +
$ ssh-keygen -R <hostname>
 +
 +
= Related =
 
ssh-related topics:
 
ssh-related topics:
 
* [[passwordless login]]
 
* [[passwordless login]]

Revision as of 07:00, 4 October 2009

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: