23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
#Lyrical
|
||
Host *.lyricalsecurity.com
|
||
IdentityFile ~/.ssh/ahosking
|
||
|
||
Host lyrical
|
||
hostname 66.207.196.194
|
||
port 87
|
||
|
||
Host lyrical-proxy
|
||
hostname 66.207.196.194
|
||
port 87
|
||
DynamicForward 9999
|
||
# ssh -D 9999 -C -q -N lyrical
|
||
|
||
Host newportal
|
||
Hostname 138.197.135.240
|
||
IdentityFile ~/.ssh/ahosking
|
||
ProxyCommand ssh -W %h:%p lyrical
|
||
|
||
Host ls.bitbucket.org
|
||
HostName bitbucket.org
|
||
IdentityFile ~/.ssh/ahosking
|