From dab4e155136cb47108b8a6f74f3bf6d8264b3a3e Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 23 Jun 2016 22:06:47 -0700 Subject: [PATCH] add alias for ssh without keyfile --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 9ca05d2..d727dac 100644 --- a/.zshrc +++ b/.zshrc @@ -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'