二段階で認証があって毎回忘れてしまうので、メモ。。。
最初の認証は、xreaのデータベース画面下の方にある
「ページ入室の際はログ閲覧画面の認証パスワード(ユーザー名:****,パスワード:@@@@)をご利用下さい。」
の箇所の通り入力。
phpMyAdminの認証は使いたいデータベース名とそのパスワード。
ポップ認証 ユーザー名:userID,パスワード:wpec(4文字)
ウェブ認証 …
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
Please contact your system administrator.
Host key verification failed.
Macからサーバにsshで接続しようとした時に、上記のようなエラーが出た場合は、以下のコマンドを実行して known_hosts を削除します。
$ cd ~/.ssh
$ rm known_hosts
この投稿へのコメント
コメントはまだありません。