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
|
||||
|
||||
Reference in New Issue
Block a user