We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffef65 commit 2bac0caCopy full SHA for 2bac0ca
.ssh/config
@@ -3,21 +3,25 @@ Host web01
3
User admin
4
Hostname __ADD_HOSTNAME__
5
IdentityFile ~/.ssh/__ADD_NAMESPACE__/id_rsa
6
+ UserKnownHostsFile .ssh/known_hosts
7
8
# admin01
9
Host admin01
10
11
12
13
14
15
# db01
16
Host db01
17
18
19
20
21
22
# staging
23
Host staging
24
25
26
27
.ssh/known_hosts
@@ -0,0 +1 @@
1
+# Add Known Hosts
0 commit comments