diff --git a/.aliases b/.aliases index d0bcde9..ceb6d24 100644 --- a/.aliases +++ b/.aliases @@ -139,3 +139,5 @@ alias path='echo -e ${PATH//:/\\n}' alias awsall="_awsListAll" alias awsp="_awsSwitchProfile" alias awswho="aws configure list" + +alias terminus=~/bin/terminus/vendor/bin/terminus diff --git a/.bash_profile b/.bash_profile index fa4eaa9..9f78a02 100644 --- a/.bash_profile +++ b/.bash_profile @@ -22,3 +22,4 @@ wttr() [ "$(tput cols)" -lt 125 ] && request+='?n' curl -H "Accept-Language: ${LANG%_*}" --compressed "$request" } +source ~/.aliases diff --git a/.ssh/config b/.ssh/config index 25fbc3c..3460b3b 100755 --- a/.ssh/config +++ b/.ssh/config @@ -31,6 +31,16 @@ Host lottery-dev Hostname amm-0-teal-i.cwint.net ForwardAgent yes ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i +Host bastion-a + HostName bastion-a.pozitronic.com + ForwardAgent yes + ControlPersist 8h + +Host shell-a + HostName shell-a.cw + ForwardAgent yes + ControlPersist 4h + ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-a Host * UseKeychain yes AddKeysToAgent yes