]> 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 e7b65f1849eedbc71e4b00a8fc43831de0f29903..ccb3b5c458fb74ac949a1e35227a2e29799a531b 100644 (file)
@@ -1,12 +1,5 @@
 # ssh.plugin.zsh
-# 2015-03-17, 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'"