august 2026
This commit is contained in:
@@ -3,17 +3,35 @@ Include ssh_configs/config
|
||||
Include osd_configs/config
|
||||
Include user
|
||||
|
||||
Host *
|
||||
WarnWeakCrypto no
|
||||
|
||||
# Host bitbucket.oci.oraclecorp.com
|
||||
# IdentityFile ~/.ssh/orabucket
|
||||
# HostkeyAlgorithms +ssh-rsa
|
||||
# PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
||||
Include config.solaris-domain
|
||||
|
||||
Host bitbucket.oci.oraclecorp.com
|
||||
IdentityFile ~/.ssh/orabucket
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
HostName bitbucket.oci.oraclecorp.com
|
||||
Port 7999
|
||||
IdentityFile ~/.ssh/orabucket
|
||||
IdentitiesOnly yes
|
||||
AddKeysToAgent yes
|
||||
UseKeychain yes
|
||||
|
||||
Host s11sru-x01 s11sru-x01.us.oracle.com
|
||||
KexAlgorithms +diffie-hellman-group1-sha1
|
||||
|
||||
|
||||
Host github.com
|
||||
IdentityFile ~/.ssh/github.com
|
||||
|
||||
Host dabel dabel.us.oracle.com andel andel.us.oracle.com gates gates.us.oracle.com on10-patch.us.oracle.com scapen*
|
||||
User pnyc
|
||||
IdentityFile ~/.ssh/dabel.key
|
||||
User pnyc
|
||||
IdentityFile ~/.ssh/dabel.key
|
||||
ForwardAgent yes
|
||||
RequestTTY yes
|
||||
|
||||
Host codex.webad1phx.solarisx86phx.oraclevcn.com
|
||||
@@ -51,4 +69,4 @@ Host pnyc-ws
|
||||
IdentityFile ~/.ssh/id_pnyc-ws
|
||||
IdentitiesOnly yes
|
||||
WarnWeakCrypto no
|
||||
ForwardAgent yes
|
||||
ForwardAgent yes
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Include config-scm
|
||||
|
||||
Include config.solaris-domain
|
||||
|
||||
Host *
|
||||
# UseKeychain yes
|
||||
@@ -18,6 +19,8 @@ Host *
|
||||
Host 192.168.2.*
|
||||
IdentitiesOnly yes
|
||||
|
||||
|
||||
|
||||
Host osd-fra
|
||||
User desktopuser
|
||||
HostName 100.109.60.126
|
||||
@@ -89,7 +92,7 @@ Host 192.168.2.1 gw gw.doma.jetpac.org
|
||||
Host github.com
|
||||
IdentityFile ~/.ssh/github.com
|
||||
|
||||
Host bitbucket.oci.oraclecorp.com
|
||||
Host bitbucket.oci.oraclecorp.com sig-ul-sru11-3-x01.us.oracle.com sig-ul-sru11-3-s01.us.oracle.com
|
||||
IdentityFile ~/.ssh/orabucket
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
@@ -182,4 +185,3 @@ Host nori sfzfs-nori.commonsub.zsphx.oraclevcn.com
|
||||
Include ossh_configs/*.ossh
|
||||
Include ssh_configs/config
|
||||
Include osd_configs/config
|
||||
|
||||
|
||||
16
.ssh/config.solaris-domain
Normal file
16
.ssh/config.solaris-domain
Normal file
@@ -0,0 +1,16 @@
|
||||
# config for Solaris domains
|
||||
Host andel dabel on-11u4-bld-* re-userland-build-*01 gates s11sru-gate sig-kz-*-sc hubbins scapen-* bea100 bei100 sig-*-sru11-3-*01 s11sru-x0* s11sru-x02-sc s11sru-x01-sc
|
||||
CanonicalizeHostname yes
|
||||
CanonicalDomains us.oracle.com
|
||||
PKCS11Provider none
|
||||
|
||||
# config for service processors - requires password
|
||||
# password stored in OCI wallet - 'ops' command
|
||||
Host s11sru-x02-sc sig-kz-*-sc on-11u4-bld-*-sc s11sru-x02-sc s11sru-x01-sc
|
||||
User root
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
PubkeyAuthentication no
|
||||
PreferredAuthentications keyboard-interactive,password
|
||||
KbdInteractiveAuthentication yes
|
||||
# NumberOfPasswordPrompts 1
|
||||
|
||||
Reference in New Issue
Block a user