17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
Include config-scm
|
|
Include ssh_configs/config
|
|
Include osd_configs/config
|
|
Include user
|
|
|
|
Host bitbucket.oci.oraclecorp.com
|
|
IdentityFile ~/.ssh/orabucket
|
|
HostkeyAlgorithms +ssh-rsa
|
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
|
|
|
Host dabel dabel.us.oracle.com andel andel.us.oracle.com gates gates.us.oracle.com
|
|
User pnyc
|
|
IdentityFile ~/.ssh/dabel.key
|
|
RequestTTY yes
|
|
|
|
|