parent
a4f14e33c8
commit
4ab866acef
2 changed files with 127 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
Include ssh_configs/config |
||||
Include user |
||||
@ -0,0 +1,125 @@ |
||||
Host * |
||||
# UseKeychain yes |
||||
AddKeysToAgent yes |
||||
ServerAliveInterval 300 |
||||
ServerAliveCountMax 2 |
||||
TCPKeepAlive no |
||||
HostkeyAlgorithms +ssh-rsa |
||||
PubkeyAcceptedAlgorithms +ssh-rsa |
||||
# User pnyc |
||||
|
||||
|
||||
Host * |
||||
IdentitiesOnly yes |
||||
|
||||
Host 192.168.2.* |
||||
IdentitiesOnly yes |
||||
|
||||
Host osdbld |
||||
HostName 100.73.219.187 |
||||
User opc |
||||
IdentityFile ~/.ssh/id_nginxbuild |
||||
|
||||
# private m1 mac |
||||
Host 192.168.2.81 |
||||
User jetpac |
||||
IdentityFile /Users/jetpac/.ssh/id_mac_private |
||||
|
||||
Host git.meinlschmidt.org |
||||
IdentityFile ~/.ssh/git.meinlschmidt.org |
||||
|
||||
Host 192.168.2.1 gw gw.doma.jetpac.org |
||||
IdentityFile ~/.ssh/mikrotik |
||||
|
||||
Host github.com |
||||
IdentityFile ~/.ssh/github.com |
||||
|
||||
Host bitbucket.oci.oraclecorp.com |
||||
IdentityFile ~/.ssh/orabucket |
||||
HostkeyAlgorithms +ssh-rsa |
||||
PubkeyAcceptedAlgorithms +ssh-rsa |
||||
|
||||
Host www.jetpac.org |
||||
IdentityFile ~/.ssh/id_ed25519.jetpac.org |
||||
User jetpac |
||||
|
||||
|
||||
Host dabel dabel.us.oracle.com |
||||
User pnyc |
||||
IdentityFile ~/.ssh/dabel.key |
||||
RequestTTY yes |
||||
|
||||
Host hubbins hubbins.us.oracle.com 10.134.7.102 |
||||
User pnyc |
||||
|
||||
Host tdabel |
||||
User pnyc |
||||
Hostname dabel.us.oracle.com |
||||
IdentityFile ~/.ssh/dabel.key |
||||
RequestTTY yes |
||||
RemoteCommand tmux new -A |
||||
|
||||
Host utmfedora |
||||
Hostname 192.168.205.3 |
||||
User jetpac |
||||
|
||||
|
||||
Host 100.106.196.204 pnyc-mrspatmore.webad1phx.solarisx86phx.oraclevcn.com pnyc-mrspatmore |
||||
User jetpac |
||||
Hostname 100.106.196.204 |
||||
IdentityFile ~/.ssh/pnyc-mrspatmore |
||||
|
||||
Host osd osd-dev-pnyc.webad1phx.solarisx86phx.oraclevcn.com |
||||
IdentityFile ~/.ssh/osd-dev-pnyc |
||||
Hostname osd-dev-pnyc.webad1phx.solarisx86phx.oraclevcn.com |
||||
user pnyc |
||||
|
||||
Host osd-ol7 osd-dev-ol7.webad1phx.solarisx86phx.oraclevcn.com |
||||
IdentityFile ~/.ssh/osd-dev-pnyc |
||||
Hostname osd-dev-ol7.webad1phx.solarisx86phx.oraclevcn.com |
||||
user pnyc |
||||
|
||||
Host andel.us.oracle.com dabel.us.oracle.com gates.us.oracle.com |
||||
User pnyc |
||||
|
||||
|
||||
Host gitlocal |
||||
Hostname 127.0.0.1 |
||||
Port 2200 |
||||
|
||||
Host oci-wireguard |
||||
Hostname 130.61.98.65 |
||||
User ubuntu |
||||
IdentityFile ~/.ssh/id_ed25519_oci |
||||
|
||||
Host libcurlbuild |
||||
Hostname led-build-mac.uk.oracle.com |
||||
User petrnyc |
||||
|
||||
Host 192.168.2.72 homeassistant ha |
||||
Hostname 192.168.2.72 |
||||
user hassio |
||||
IdentityFile ~/.ssh/jetpac01ha |
||||
|
||||
Host adam-test |
||||
HostName 100.106.212.188 |
||||
User opc |
||||
|
||||
Host nori nori.commonsub.zsphx.oraclevcn.com |
||||
Hostname nori.commonsub.zsphx.oraclevcn.com |
||||
User opc |
||||
|
||||
# Host operator-access-token.svc.ad1.r2 bastion*.oracleiaas.com |
||||
# Include ~/.ssh/ssh_configs/config |
||||
# User pnyc |
||||
|
||||
# vim: tabstop=4 shiftwidth=4 |
||||
#Include ~/.ssh/ssh_configs/config |
||||
#Include ~/.ssh/osd_configs/config |
||||
|
||||
|
||||
Include ossh_configs/*.ossh |
||||
Include ssh_configs/config |
||||
Include osd_configs/config |
||||
|
||||
|
||||
Loading…
Reference in new issue