ssh config tweaks

This commit is contained in:
Petr Nyc
2026-04-08 13:17:32 +02:00
parent c198851d10
commit 155085aae4
3 changed files with 11 additions and 2 deletions

4
.ssh/config-scm Normal file
View File

@@ -0,0 +1,4 @@
Host oci*.private.devops.scmservice.*.oci.oracleiaas.com
User pnyc@bmc_operator_access
# IdentityAgent ~/.ssh/scm-agent.sock
AddKeysToAgent no

View File

@@ -8,7 +8,7 @@ Host bitbucket.oci.oraclecorp.com
HostkeyAlgorithms +ssh-rsa HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa
Host dabel dabel.us.oracle.com andel andel.us.oracle.com gates gates.us.oracle.com Host dabel dabel.us.oracle.com andel andel.us.oracle.com gates gates.us.oracle.com on10-patch.us.oracle.com
User pnyc User pnyc
IdentityFile ~/.ssh/dabel.key IdentityFile ~/.ssh/dabel.key
RequestTTY yes RequestTTY yes

View File

@@ -65,6 +65,11 @@ Host osd-calico-dev osd-calico-dev.webad1phx.solarisx86phx.oraclevcn.com
User opc User opc
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
Host pnyc-sgd-build 100.73.219.105
Hostname 100.73.219.105
IdentityFile ~/.ssh/id_pnyc-ws
User opc
# private m1 mac # private m1 mac
Host 192.168.2.81 Host 192.168.2.81
@@ -90,7 +95,7 @@ Host www.jetpac.org
User jetpac User jetpac
Host dabel dabel.us.oracle.com andel andel.us.oracle.com gates gates.us.oracle.com Host dabel dabel.us.oracle.com andel andel.us.oracle.com gates gates.us.oracle.com re-userland-build-x01.us.oracle.com
User pnyc User pnyc
IdentityFile ~/.ssh/dabel.key IdentityFile ~/.ssh/dabel.key
RequestTTY yes RequestTTY yes