From: short <> Date: Tue, 25 Sep 2001 11:05:14 +0000 (+0000) Subject: "ssh1"->"ssh" due to OpenSSH on paulina.vellum.cz X-Git-Tag: rh71~3 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=bd89ae2ff55cce0fdb0839075e8a841f4745e499 "ssh1"->"ssh" due to OpenSSH on paulina.vellum.cz --- diff --git a/.bashrc b/.bashrc index cadbafd..29199c5 100644 --- a/.bashrc +++ b/.bashrc @@ -2,7 +2,7 @@ if [ -f /etc/bashrc ];then source /etc/bashrc;fi alias ls='ls -bF' alias l='ls -lbF' -alias maple="ssh1 -t -v vega.fjfi.cvut.cz maple" +alias maple="ssh -t vega.fjfi.cvut.cz maple" #alias cc='cc -I/home/short/include' alias vi='vim'