From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6734 invoked from network); 31 Jul 1998 15:45:17 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 31 Jul 1998 15:45:17 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id LAA16387; Fri, 31 Jul 1998 11:38:38 -0400 (EDT) Resent-Date: Fri, 31 Jul 1998 11:00:18 -0400 (EDT) Message-ID: <19980731170219.A7363@math.fu-berlin.de> Date: Fri, 31 Jul 1998 17:02:19 +0200 From: Sven Guckes To: zsh-users@math.gatech.edu Subject: Re: compctl - aliasing hostnames -> ~/.ssh/config Mail-Followup-To: zsh-users@math.gatech.edu References: <19980730230755.B6503@math.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: ; from Geoff Wing on Fri, Jul 31, 1998 at 01:45:30AM +0000 X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ X-Info: http://www.math.fu-berlin.de/~guckes/ Resent-Message-ID: <"x-9at3.0.dk3.2mTmr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1691 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Quoting Geoff Wing (mason@primenet.com.au): > You don't need to do it with zsh. > ssh has a config file for this. > RTFM ssh(1) Indeed. Sorry about the noise. And thanks for the example! :-) Here's my example: $ cat ~/.ssh/config Host gauss Hostname Tr1ckyh0stNam3 User argl0815 $ ssh gauss argl0815@Tr1ckyh0stNam3's password: Sven [who really likes examples]