最終更新:2018-05-25 (金) 21:57:12 (2307d)
SSH
Top / SSH
Secure SHell
http://www.jp.ssh.com/products/ssh_secure_shell/
SSH/バージョン?
RFC
RFC 4250? The Secure Shell (SSH) Protocol Assigned Numbers SSHプロトコルで使用される番号や文字列について規定されている。 RFC 4251? The Secure Shell (SSH) Protocol Architecture SSHプロトコル全般(暗号アルゴリズムやキーなど)について規定されている。 RFC 4252? The Secure Shell (SSH) Authentication Protocol ユーザ認証(パスワード認証や公開鍵認証)について規定されている。 RFC 4253? The Secure Shell (SSH) Transport Layer Protocol トランスポート層について規定されている。 RFC 4254? The Secure Shell (SSH) Connection Protocol チャネル制御やポートフォワーディングについて規定されている。 RFC 4255? Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints SSH鍵の指紋を発行するためのDNS利用について規定されている。 RFC 4256? Generic Message Exchange Authentication for the Secure Shell Protocol ユーザ認証のメッセージ交換について規定されている。
鍵ファイル
鍵の形式
のがある感じ。PuTTY同梱のPuTTYgenで変換できる。
暗号化方式
- RSA (SSH1/2)- ssh-keygen -t rsa
- RSA1 - ssh-keygen -t rsa1
- identity?
authorized_keys
- サーバの .ssh/ にパーミッション0600で設置する
設定
関連コマンド
SSH/クライアント
関連
参考
- http://openlab.dino.co.jp/2009/05/28/235026555.html
- http://tech.kayac.com/archive/some-tips-for-agile-web-development.html
SSH力をつけよう from (^-^) togakushi