Skip to content
Snippets Groups Projects
Commit ceed537b authored by nimrod's avatar nimrod
Browse files

Corrected key path.

parent cca121bd
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ die () {
}
command -v ip > /dev/null || die "Can't find ip."
alias ssh='ssh -o "UserKnownHostsFile /dev/null" -o "StrictHostKeyChecking no" -i "$HOME/.ssh/bullguard-box_rsa" -l root -p 64222'
alias ssh='ssh -o "UserKnownHostsFile /dev/null" -o "StrictHostKeyChecking no" -i "$HOME/.ssh/dojo_box_rsa" -l root -p 64222'
if [ -n "${1:-}" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment