From 78703bdff9d59a904ab05482bdb2802d1f910d78 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 14 Sep 2017 20:07:49 +0300
Subject: [PATCH] - Added boxssh alias for SSH'ing to a Dojo box.

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index f26e759..5240196 100644
--- a/.bashrc
+++ b/.bashrc
@@ -104,6 +104,7 @@ alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il &&
 alias kpcli='kpcli --kdb ~/Documents/Database.kdbx'
 alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom"
 alias clean-swp="find \$HOME/ -name '*.swp' -delete"
+alias boxssh="ssh -i \$HOME/.ssh/bullguard-box_rsa -l root -p 64222"
 
 deduce_aws_region () {
     AWS_DEFAULT_REGION="$(python << EOF
-- 
GitLab