Hi,
I'd like to check for the string returned by a tcp connection, i.e. "SSH-1.99-OpenSSH_4.3" to check if sshd is actually running.
Or even the a host's hostkey (i.e. "ssh-rsa AAAAB3Nza...LiPk==").
I'm just wondering whether there is an existing function to use to read and return that answer string.
Maybe someone can point me into a direction.
Thanks
Sebastian
I'd like to check for the string returned by a tcp connection, i.e. "SSH-1.99-OpenSSH_4.3" to check if sshd is actually running.
Or even the a host's hostkey (i.e. "ssh-rsa AAAAB3Nza...LiPk==").
I'm just wondering whether there is an existing function to use to read and return that answer string.
Maybe someone can point me into a direction.
Thanks
Sebastian
Comment