Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #324 passed
#!/bin/sh
exec ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no' "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment