Bug #699
Handle when there is an SSH communication error that can (or should) be addressed by the user
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | master | Spent time: | - | |
| Target version: | 0.8 | |||
| Resolution: | Version: | 0.3 | ||
| Trac ticket ID: | 93 |
Description
Below is one of the possible examples. In this case, host RSA key has changed but there may be other related issues.
2011-12-01 10:28:53,104 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
2011-12-01 10:28:53,104 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: Someone could be eavesdropping on you right now (man-in-the-middle attack)!
2011-12-01 10:28:53,104 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: It is also possible that the RSA host key has just been changed.
2011-12-01 10:28:53,104 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: The fingerprint for the RSA key sent by the remote host is
2011-12-01 10:28:53,104 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: 50:1d:53:43:51:d6:dd:27:cc:e4:33:da:08:41:66:15.
2011-12-01 10:28:53,105 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: Please contact your system administrator.
2011-12-01 10:28:53,105 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: Add correct host key in /home/scenic/.ssh/known_hosts to get rid of this message.
2011-12-01 10:28:53,105 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: Offending key in /home/scenic/.ssh/known_hosts:3
2011-12-01 10:28:53,105 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: RSA host key for 206.167.169.239 has changed and you have requested strict checking.
2011-12-01 10:28:53,105 commands ERROR AttributeError: Parsing a line from lunch-slave sat_video_recv_0: Host key verification failed.
scenic@vlan:~$ ssh 206.167.169.239@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
50:1d:53:43:51:d6:dd:27:cc:e4:33:da:08:41:66:15.
Please contact your system administrator.
Add correct host key in /home/scenic/.ssh/known_hosts to get rid of this message.
Offending key in /home/scenic/.ssh/known_hosts:3
RSA host key for 206.167.169.239 has changed and you have requested strict checking.
Host key verification failed.
History
Updated by Alexandre Quessy 11 months ago
- Target version changed from 0.6 to 0.8