Remove ssh -v, use LogVerbose instead.

This commit is contained in:
Gea-Suan Lin
2023-08-31 16:29:58 +08:00
parent 81925edb61
commit 01eb165331
2 changed files with 2 additions and 2 deletions

2
.zshrc
View File

@@ -27,7 +27,7 @@ alias "psr=psu root"
alias "psu=ps -U"
alias "s=screen"
alias "smic=sudo make install clean"
alias "ssh=ssh -C -e none -v"
alias "ssh=ssh -C -e none"
alias "y=ydict.js"
#
if [[ -x /opt/local/bin/gtelnet ]]; then