]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/ssh_secure/ssh_secure.zshrc
ssh-pagent: Slightly enhance README.md
[ax-zsh.git] / plugins / ssh_secure / ssh_secure.zshrc
index dbc0eea058b3825dc76c025d43af4af88ac0adb5..5554ae1634063eef3b8848fd600d724f9d42dfe7 100644 (file)
@@ -4,7 +4,10 @@
 # Make sure that "ssh(1)" is installed
 (( $+commands[ssh] )) || return
 
+# This plugin is optional.
+[[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 92
+
 # 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'"