# stripcslashes() ---- C言語と同様にバックスラッシュでクォートされた文字列を元に戻す
# htmlentities() ---- 適用可能な文字を全てHTML エンティティに変換する
# nl2br() ---- 改行文字の前にHTMLの改行タグを挿入する
# strip_tags() ---- 文字列からHTMLタグ、および PHPタグを取り除く
…
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
graffiti on the web
この投稿へのコメント
コメントはまだありません。