Archived Forum Post

Index of archived forum posts

Question:

Chilkat.Ssh get SSH server version

Jun 19 '13 at 20:16

How do i get the linux ssh version of the server that I try to connecto to ? I if use the wrong password for login it returns : Language: .NET 2.0 VerboseLogging: 0 this -> SshVersion: SSH-2.0-OpenSSH_4.0 on i686-pc-linux-gnu

how do i get that on connection time ? before login, I don't want to send "ssh -V". Thanks in advance.