From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28445 invoked from network); 30 Jul 1998 21:24:55 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 30 Jul 1998 21:24:55 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id RAA04836; Thu, 30 Jul 1998 17:12:45 -0400 (EDT) Resent-Date: Thu, 30 Jul 1998 17:05:48 -0400 (EDT) Message-ID: <19980730230755.B6503@math.fu-berlin.de> Date: Thu, 30 Jul 1998 23:07:55 +0200 From: Sven Guckes To: zsh-users@math.gatech.edu Subject: compctl - aliasing hostnames Mail-Followup-To: zsh-users@math.gatech.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i 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: <"92V-B1.0.R81.h0Emr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1687 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I'd like to type "ssh alias" and be connected with "ssh hostname". How could you "alias" a hostname with completion control? Example: $ ssh alias guckes@hostname's password: Sven