show ssh server
- モード
- 非特権EXECモード
- カテゴリー
- 運用・管理 / Secure Shell
構文
> show ssh server
コマンド説明
SSHサーバーの情報を表示する。使用例
awplus> show ssh server
Secure Shell Server Configuration
------------------------------------------------------------
SSH Server : Enabled
Protocol : IPv4,IPv6
Port : 22
Version : 2
VRF : NONE
Services : scp, sftp
User Authentication : publickey, password
Resolve Hosts : Disabled
Session Timeout : 0 (Off)
Login Timeout : 60 seconds
Maximum Authentication Tries : 6
Maximum Startups : 10
TCP Forwarding : no
Legacy ssh-rsa : no
Debug : NONE
Ciphers : aes128-cbc,aes128-ctr,aes192-ctr,aes256-ctr
KEX : curve25519-sha256@libssh.org,
ecdh-sha2-nistp256,ecdh-sha2-nistp384,
ecdh-sha2-nistp521,
diffie-hellman-group-exchange-sha256,
diffie-hellman-group-exchange-sha1,
diffie-hellman-group14-sha1
MAC : umac-64-etm@openssh.com,
umac-128-etm@openssh.com,
hmac-sha2-256-etm@openssh.com,
hmac-sha2-512-etm@openssh.com,
hmac-sha1-etm@openssh.com,
umac-64@openssh.com,umac-128@openssh.com,
hmac-sha2-256,hmac-sha2-512,hmac-sha1
hostkeys : rsa-sha2-512,ecdsa-sha2-nistp256,
ecdsa-sha2-nistp384,ssh-ed25519
| SSH Server | SSHサーバーの有効・無効 |
| Protocol | 現在有効化されているプロトコルファミリー(IPバージョン) |
| Port | SSHサーバーのリスニングTCPポート |
| Version | 現在有効化されているSSHバージョン |
| VRF | SSHサーバーの動作対象VRFインスタンス。NONEはグローバルVRFインスタンスで動作することを示す |
| Services | 現在有効化されているSSHの付加サービス。scp(Secure CoPy)、sftp(Secure FTP)がある |
| User Authentication | 現在有効化されているSSHの認証方式。publickey(公開鍵認証)、password(パスワード認証)がある |
| Resolve Hosts | ログイン元ホスト名の逆引きを行うかどうか |
| Session Timeout | セッションタイムアウト |
| Login Timeout | ログインタイムアウト |
| Maximum Startups | 未認証の最大セッション数 |
| TCP Forwarding | TCPフォワーディングの有効・無効 |
| Legacy ssh-rsa | 非推奨ssh-rsaアルゴリズム(SSH-RSA署名)の有効・無効 |
| Debug | SSHサーバーのデバッグモード。NONE(デバッグ無効)、Brief(簡潔デバッグモード)、Normal(通常デバッグモード)、Full(詳細デバッグモード)のいずれか |
| Ciphers | 現在使用可能な暗号化アルゴリズム |
| KEX | 現在使用可能な鍵交換アルゴリズム |
| MAC | 現在使用可能なメッセージ認証コード(MAC)アルゴリズム |
| hostkeys | 現在使用可能なホスト鍵アルゴリズム |