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

Merge branch 'master' of cgit.shore.co.il:/srv/git/rcfiles

parents 4dbd2068 ceed537b
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