$ ssh -l mm 192.168.38.74
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
04:67:60:eb:df:17:48:41:d8:c7:58:75:9e:70:8a:fc.
Please contact your system administrator.
Add correct host key in /home/mm/.ssh/known_hosts to get rid of this message.
Offending key in /home/mm/.ssh/known_hosts:4
RSA host key for 192.168.38.74 has changed and you have requested strict checking.
Host key verification failed.
同一機器に サーバーの linux を 入れ換えると 上記の ような おしかりを 頂く羽目に なった
$ cd .ssh/
$ rm known_hosts
$ touch known_hosts
$ cd
$ ssh -l mm 192.168.38.74
The authenticity of host '192.168.38.74 (192.168.38.74)' can't be established.
RSA key fingerprint is 04:67:60:eb:df:17:48:41:d8:c7:58:75:9e:70:8a:fc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.38.74' (RSA) to the list of known hosts.
Password:
本当は該当する 項目のみ 削除すれば 良いのだが 大幅に 入れ換え 他の シ ステムも 含めて 入れ換えたので 初期 設定とした、ついでに 追加しておこう
$ ssh -l mm nyanta.no-ip.info
The authenticity of host 'nyanta.no-ip.info (999.888.777.666)' \
can't be established.
RSA key fingerprint is 13:92:e4:1n:1f:b4:76:ef:cb:44:96:8e:65:62:eb:09.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'nyanta.no-ip.info,999.888.777.666' \
(RSA) to the list of known hosts.
Enter passphrase for key '/home/mm/.ssh/id_rsa':
$ exit
logout
Connection to nyanta.no-ip.info closed.
ついでに adsl ルーターで 22番を 開けてない場合
$ ssh -l mm nyanta.no-ip.info
ssh: connect to host nyanta.no-ip.info port 22: Connection refused
これは local の lan 環境で 192.168.38.74 は ddns の nyanta.no-ip.info であるが 内部 からは 接続出来るが 外部からは 接続 出来ない という 結果が 発生してると 言う事ですと考えられます。
にゃんたろう 拝!
2005年 9月 1日 (木) 23:51:48 JST 作成