fix up alias file
switch in a different terminus adding bastion and shell-a(for about a month)
This commit is contained in:
parent
ee7f07b58a
commit
e9087734b7
3 changed files with 13 additions and 0 deletions
2
.aliases
2
.aliases
|
|
@ -139,3 +139,5 @@ alias path='echo -e ${PATH//:/\\n}'
|
||||||
alias awsall="_awsListAll"
|
alias awsall="_awsListAll"
|
||||||
alias awsp="_awsSwitchProfile"
|
alias awsp="_awsSwitchProfile"
|
||||||
alias awswho="aws configure list"
|
alias awswho="aws configure list"
|
||||||
|
|
||||||
|
alias terminus=~/bin/terminus/vendor/bin/terminus
|
||||||
|
|
|
||||||
|
|
@ -22,3 +22,4 @@ wttr()
|
||||||
[ "$(tput cols)" -lt 125 ] && request+='?n'
|
[ "$(tput cols)" -lt 125 ] && request+='?n'
|
||||||
curl -H "Accept-Language: ${LANG%_*}" --compressed "$request"
|
curl -H "Accept-Language: ${LANG%_*}" --compressed "$request"
|
||||||
}
|
}
|
||||||
|
source ~/.aliases
|
||||||
|
|
|
||||||
10
.ssh/config
10
.ssh/config
|
|
@ -31,6 +31,16 @@ Host lottery-dev
|
||||||
Hostname amm-0-teal-i.cwint.net
|
Hostname amm-0-teal-i.cwint.net
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-i
|
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 *
|
Host *
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue