[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh bookmarks?



>>>>> "FEK" == Felix E Klee <felix.klee@inka.de> writes:

    FEK> Hi,
    FEK> is it possible to create bookmarks for ssh connections? For example, I
    FEK> want to type "ssh sample" instead of "ssh user@bla.sample.xyz". BTW,
    FEK> ncftp supports this feature.

In your $HOME/.ssh/config write:

Host sample
User user
HostName bla.sample.xyz

See ssh man page for more details

-- 
Ilya Martynov
AGAVA Software Company, http://www.agava.com



Reply to: