From ceed537b4f183ecc7c314c487d3ce6e87787279b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 25 Sep 2018 11:57:11 +0300 Subject: [PATCH] Corrected key path. --- Documents/bin/boxssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/bin/boxssh b/Documents/bin/boxssh index 9b307f7..b00e74d 100755 --- a/Documents/bin/boxssh +++ b/Documents/bin/boxssh @@ -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 -- GitLab