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

- Added boxssh alias for SSH'ing to a Dojo box.

parent 5d339d4a
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && ...@@ -104,6 +104,7 @@ alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il &&
alias kpcli='kpcli --kdb ~/Documents/Database.kdbx' alias kpcli='kpcli --kdb ~/Documents/Database.kdbx'
alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom" alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom"
alias clean-swp="find \$HOME/ -name '*.swp' -delete" alias clean-swp="find \$HOME/ -name '*.swp' -delete"
alias boxssh="ssh -i \$HOME/.ssh/bullguard-box_rsa -l root -p 64222"
deduce_aws_region () { deduce_aws_region () {
AWS_DEFAULT_REGION="$(python << EOF AWS_DEFAULT_REGION="$(python << EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment