On Fri, Oct 24, 2003 at 08:32:40AM -0600, Rodolfo J. Paiz wrote: > At 07:24 10/24/2003, you wrote: > >I always use alias in my .bashrc, eg: > > > >alias devel="ssh devel.phys.utk.edu -l username" > >alias game="ssh game-machine.phys.utk.edu -l yahoo" > > FYI, you can also "ssh username@xxxxxxxxxxxxxxxxxx". For the really lazy ;-), you can set up your user's config file: $ cat /home/hal/.ssh/config Host *.sourceforge.net User=hal which gives the login for that host. And then install the bash-completion rpm which nicely sets up bash's programmable completion (very cool stuff), and it will use the known_hosts file for TAB completion: $ ssh cf<TAB_KEY HERE> cf.sf.net cf.sourceforge.net And off we go. $ rpm -q bash<TAB_HERE> bash bash-completion bash-doc -- Hal Burgiss -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list