WHAT KIND OF SH*T IS THIS: telnet and ssh

Mike Hauber m.hauber at mchsi.com
Fri Feb 18 07:38:46 GMT 2005


On Thursday 17 February 2005 05:47 pm, Fafa Diliha Romanova wrote:
> let's get straight to it:
>
> whenever i telnet or ssh to something that's offline, i get
> e.g.: ssh: hostname.domain.com: hostname nor servname provided,
> or not known
>
> comeon, can't you guys at least change it to:
> ssh: hostname.domain.com: unknown
>
> thanks,
> fafa

Welcome to open source...

try the following command, as it will point out some of the source 
files you may wish to change and recompile on your system (have 
it your way, and be advised that the command "may" have wrapped):

$ find /usr/src -type f -exec grep "servname provided, or not 
known" /dev/null {} \; >> ~/omgitssourcery.txt


hth,

Mike


More information about the freebsd-questions mailing list