| aes256-gcm@openssh.com | not RFC5647, PROTOCOL of OpenSSH |
| camellia256-ctr | draft-kanno-secsh-camellia-02 |
| chacha20-poly1305@openssh.com | PROTOCOL.chacha20poly1305 of OpenSSH |
| aes256-ctr | RFC4344 |
| camellia256-cbc | draft-kanno-secsh-camellia-02 |
| aes256-cbc | RFC4253 |
| camellia192-ctr | draft-kanno-secsh-camellia-02 |
| aes192-ctr | RFC4344 |
| camellia192-cbc | draft-kanno-secsh-camellia-02 |
| aes192-cbc | RFC4253 |
| aes128-gcm@openssh.com | not RFC5647, PROTOCOL of OpenSSH |
| camellia128-ctr | draft-kanno-secsh-camellia-02 |
| aes128-ctr | RFC4344 |
| camellia128-cbc | draft-kanno-secsh-camellia-02 |
| aes128-cbc | RFC4253 |
| 3des-ctr | RFC4344 |
| 3des-cbc | RFC4253 |
| blowfish-ctr | RFC4344 |
| blowfish-cbc | RFC4253 |
| cast128-ctr | RFC4344 |
| cast128-cbc | RFC4253 |
| 3DES(SSH1) | |
| arcfour256 | RFC4345 |
| arcfour128 | RFC4345 |
| arcfour | RFC4253 |
| Blowfish(SSH1) | |
| DES(SSH1) |
ホスト公開鍵の自動更新(OpenSSH 6.8以降)を実施するかどうかを設定することができます。
SSH サーバはホスト鍵を持っていますが、何らかの理由でこのホスト鍵を変更することがあります。
この場合 SSH サーバによっては新しいホスト鍵の一覧をクライアントに送信し、クライアントにホスト鍵一覧の更新を促します。
TTSSH はこの機能に対応しており、新しいホスト鍵の一覧を受信したときにクライアント側の known hosts リストを更新することができます。
| ecdh-sha2-nistp256 | RFC5656 |
| ecdh-sha2-nistp384 | RFC5656 |
| ecdh-sha2-nistp521 | RFC5656 |
| diffie-hellman-group18-sha512 | RFC8268 |
| diffie-hellman-group16-sha512 | RFC8268 |
| diffie-hellman-group14-sha256 | RFC8268 |
| diffie-hellman-group-exchange-sha256 | RFC4419 |
| diffie-hellman-group-exchange-sha1 | RFC4419 |
| diffie-hellman-group14-sha1 | RFC4253 |
| diffie-hellman-group1-sha1 | RFC4253 |
| hmac-sha2-512-etm@openssh.com | |
| hmac-sha2-256-etm@openssh.com | |
| hmac-sha1-etm@openssh.com | |
| hmac-sha2-512 | RFC6668 |
| hmac-sha2-256 | RFC6668 |
| hmac-sha1 | RFC4253 |
| hmac-ripemd160-etm@openssh.com | |
| hmac-ripemd160@openssh.com | |
| hmac-md5-etm@openssh.com | |
| hmac-md5 | RFC4253 |
| hmac-sha1-96-etm@openssh.com | |
| hmac-md5-96-etm@openssh.com | |
| hmac-sha1-96 | RFC4253 |
| hmac-md5-96 | RFC4253 |
| ecdsa-sha2-nistp256 | RFC5656 |
| ecdsa-sha2-nistp384 | RFC5656 |
| ecdsa-sha2-nistp521 | RFC5656 |
| ssh-ed25519 | RFC8709 |
| rsa-sha2-512 | RFC8332 |
| rsa-sha2-256 | RFC8332 |
| ssh-rsa | RFC4253 |
| ssh-dss | RFC4253 |
| zlib@openssh.com | PROTOCOL of OpenSSH | 遅延圧縮(認証成功後に圧縮を開始する) |
| zlib | RFC4253 | |
| none | RFC4253 | 圧縮なし |
| 値 | 意味 |
| 0 | 無効 |
| 5 | Fatal |
| 10 | Error |
| 30 | Warning |
| 50 | Notice |
| 80 | Information |
| 100 | Verbose |
| 200 | SSH Dump |