-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathssh.cfg
30 lines (26 loc) · 851 Bytes
/
ssh.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
host workstation-1c39.rhpds.opentlc.com
Hostname workstation-1c39.rhpds.opentlc.com
IdentityFile ~/.ssh/openstack.pem
ForwardAgent yes
User cloud-user
StrictHostKeyChecking no
PasswordAuthentication no
Host 10.10.10.*
User cloud-user
IdentityFile ~/.ssh/openstack.pem
ProxyCommand ssh -F ./ssh.cfg workstation-1c39.rhpds.opentlc.com -W %h:%p
StrictHostKeyChecking no
# Host bastion.bfd8.example.opentlc.com
# Hostname bastion.bfd8.example.opentlc.com
# IdentityFile ~/.ssh/bastion.pem
# ForwardAgent yes
# User bvanhout-redhat.com
# ControlMaster auto
# ControlPath /tmp/%h-%r
# ControlPersist 5
# StrictHostKeyChecking no
# Host *.bfd8.internal
# User ec2-user
# IdentityFile ~/.ssh/bfd8key.pem
# ProxyCommand ssh bastion.bfd8.example.opentlc.com -W %h:%p
# StrictHostKeyChecking no