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

Corrected key path.

parent 9cce6353
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ die () { ...@@ -7,7 +7,7 @@ die () {
} }
command -v ip > /dev/null || die "Can't find ip." 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:-}" ] if [ -n "${1:-}" ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment