From 4ab866acefa0c1489503c276657c7042e83b6d61 Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Fri, 7 Mar 2025 09:20:02 +0100 Subject: [PATCH] ssh configs --- .ssh/config.oci | 2 + .ssh/config.solaris | 125 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 .ssh/config.oci create mode 100644 .ssh/config.solaris diff --git a/.ssh/config.oci b/.ssh/config.oci new file mode 100644 index 0000000..ba9fc01 --- /dev/null +++ b/.ssh/config.oci @@ -0,0 +1,2 @@ +Include ssh_configs/config +Include user diff --git a/.ssh/config.solaris b/.ssh/config.solaris new file mode 100644 index 0000000..ba70186 --- /dev/null +++ b/.ssh/config.solaris @@ -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 + +