Commit 1d03fc91 authored by nimrod's avatar nimrod
Browse files

unssh script.

For specifying a different SSH client (like $GIT_SSH_COMMAND or
$ANSIBLE_SSH_EXECUTABLE). Keep the shell alias for tab completion.
parent 4fb8ed7a
Loading
Loading
Loading
Loading
Loading

Documents/bin/unssh

0 → 100755
+3 −0
Original line number Diff line number Diff line
#!/bin/sh

exec ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no' "$@"