>i was wondering if it was possible to use known_hosts for some kind
>of "local alias" database.
That's what ~/.ssh/config file is for, for example:
--
Host box
        HostName 111.222.333.444
        
Host box2
        HostName some.domain.name
--

p.

Reply via email to