add alias for ssh without keyfile

This commit is contained in:
2016-06-23 22:06:47 -07:00
parent 6492f83607
commit dab4e15513

1
.zshrc
View File

@@ -41,6 +41,7 @@ alias ocamldebug='rlwrap ocamldebug'
alias rm='rm -i'
alias shell='ps -p $$ -o comm='
alias sml='rlwrap sml'
alias sshp='ssh -o PubkeyAuthentication=no'
alias style='clang-format-3.5 -style=Google'
alias telnet='rlwrap telnet'