]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/ssh_secure/ssh_secure.zshrc
ssh_secure: Don't alias "ssh" to "ssh -o 'StrictHostKeyChecking yes'
[ax-zsh.git] / plugins / ssh_secure / ssh_secure.zshrc
index dbc0eea058b3825dc76c025d43af4af88ac0adb5..e0c9b34b3c7006c1046d5c381d4789b3fef754d3 100644 (file)
@@ -5,6 +5,6 @@
 (( $+commands[ssh] )) || return
 
 # Enforce "strict host key checking"
-alias ssh="\ssh -o 'StrictHostKeyChecking yes'"
+#alias ssh="\ssh -o 'StrictHostKeyChecking yes'"
 alias sshnew="\ssh -o 'StrictHostKeyChecking no'"
 alias sshtmp="\ssh -o 'StrictHostKeyChecking no' -o 'UserKnownHostsFile /dev/null'"