ssh -v user@server
ในขณะนี้จะไม่ถ่ายโอนข้อมูลคำจำกัดความเซิร์ฟเวอร์ทั้งหมดของคุณคุณสามารถลองเชื่อมต่อกับเซิร์ฟเวอร์ด้วยธงแก้ปัญหาอย่างละเอียด: ที่จะให้ข้อมูลมากมายที่จะสะท้อนถึงตัวเลือกที่เปิดใช้งานในการกำหนดค่า sshd
ตัวอย่างเช่นดูที่เอาต์พุตของการเชื่อมต่อนี้ด้วยสวิตช์-v (ลายเซ็นคีย์, โดเมนและที่อยู่ IP ปลอมแปลงโดยเจตนา):
OpenSSH_6.0p1, OpenSSL 0.9.8w 23 Apr 2012
debug1: Reading configuration data /home/claudio/.ssh/config
debug1: /home/claudio/.ssh/config line 13: Applying options for serv01
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to somedomain.com [185.113.29.221] port 22.
debug1: Connection established.
debug1: identity file /home/claudio/.ssh/id_dsa type 2
debug1: identity file /home/claudio/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9
debug1: match: OpenSSH_5.9 pat OpenSSH_5*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 3a:0d:b8:18:ca:67:4c:54:0f:c8:b2:1e:48:53:69:28
debug1: Host '[somedomain.com]:22' is known and matches the ECDSA host key.
debug1: Found key in /home/claudio/.ssh/known_hosts:7
Warning: Permanently added the ECDSA host key for IP address '[185.113.29.221]:22' to the list of known hosts.
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering DSA public key: /home/claudio/.ssh/id_dsa
debug1: Server accepts key: pkalg ssh-dss blen 433
debug1: Authentication succeeded (publickey).
Authenticated to somedomain.com ([185.113.29.221]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
จากที่คุณสามารถดูวิธีการตรวจสอบที่ได้รับอนุญาตคือ: publickey, รหัสผ่าน, แป้นพิมพ์แบบโต้ตอบ คุณจะเห็นว่าเซิร์ฟเวอร์นี้ไม่อนุญาตการโรมมิ่งและผู้ใช้claudioสามารถเชื่อมต่อโดยใช้กุญแจสาธารณะของเขา
คุณสามารถเพิ่มระดับการแสดงผลข้อมูลโดยระบุตัวอักษร "v" ได้มากกว่านี้ แต่คุณอาจได้รับข้อมูลระดับต่ำกว่าที่คุณต้องการ