- remove ForwardAgent=yes

This commit is contained in:
Gea-Suan Lin
2010-07-24 21:20:28 +08:00
parent c175909dc4
commit 31bb868747

View File

@@ -22,7 +22,7 @@ alias psm "psu $USER"
alias psr "psu root" alias psr "psu root"
alias psu "/bin/ps -w -U \!* | less -EmrSw" alias psu "/bin/ps -w -U \!* | less -EmrSw"
alias s "/usr/local/bin/screen" alias s "/usr/local/bin/screen"
alias ssh "/usr/bin/ssh -4 -C -e none -o ForwardAgent=yes" alias ssh "/usr/bin/ssh -4 -C -e none"
alias t "telnet" alias t "telnet"
# #
set autoexpand set autoexpand