Re: Secure CRT
From: Hal Burgiss (hal_at_foobox.net)
Date: 10/24/03
- Previous message: Chris W. Parker: "RE: help with sed... doesn't use standard regex?"
- In reply to: Rodolfo J. Paiz: "Re: Secure CRT"
- Next in thread: mysql_at_ulink.net: "Re: Secure CRT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Fri, 24 Oct 2003 13:43:26 -0400
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@devel.phys.utk.edu".
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@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Chris W. Parker: "RE: help with sed... doesn't use standard regex?"
- In reply to: Rodolfo J. Paiz: "Re: Secure CRT"
- Next in thread: mysql_at_ulink.net: "Re: Secure CRT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|