less verbose badssh and oh-my-zsh startup option

This commit is contained in:
Sir Not Appearing In This Name 2016-04-21 15:55:35 +03:00
parent 01c6b22bb1
commit 74223baca0
2 changed files with 2 additions and 2 deletions

4
badssh
View file

@ -1,3 +1,3 @@
#!/bin/bash
ssh -v -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $1
#!/bin/zsh
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"

View file