]> arthur.barton.de Git - OhMyZshExtensions.git/blobdiff - plugins/ssh/ssh.plugin.zsh
Remove timestamps from files, we are using Git
[OhMyZshExtensions.git] / plugins / ssh / ssh.plugin.zsh
index b84f4b7e8b685b4347a0e76a1b511878f666460c..ccb3b5c458fb74ac949a1e35227a2e29799a531b 100644 (file)
@@ -1,12 +1,5 @@
 # ssh.plugin.zsh
-# 2015-03-10, alex@barton.de
 
-sshnew ()
-{
-    ssh -o "StrictHostKeyChecking no" "$@"
-}
-
-sshtmp ()
-{
-    ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile /dev/null" "$@"
-}
+alias ssh="\ssh -o 'StrictHostKeyChecking yes'"
+alias sshnew="\ssh -o 'StrictHostKeyChecking no'"
+alias sshtmp="\ssh -o 'StrictHostKeyChecking no' -o 'UserKnownHostsFile /dev/null'"