-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.ssh.config
45 lines (38 loc) · 1.05 KB
/
.ssh.config
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Added by OrbStack: 'orb' SSH host for Linux machines
# This only works if it's at the top of ssh_config (before any Host blocks).
# This won't be added again if you remove it.
Include ~/.orbstack/ssh/config
#Host *
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
Host ineen.net
User deployment
UserKnownHostsFile=/dev/null
StrictHostKeyChecking=no
LogLevel ERROR
Host *.druidfi
User deployment
UserKnownHostsFile=/dev/null
StrictHostKeyChecking=no
LogLevel ERROR
#Host *
# ForwardAgent no
# ForwardX11 no
# ForwardX11Trusted yes
# IgnoreUnknown UseKeychain
# UseKeychain yes
# AddKeysToAgent yes
# IdentityFile ~/.ssh/id_ecdsa_sk
# IdentityFile ~/.ssh/id_ed25519
# IdentityFile ~/.ssh/id_rsa
Host github.com
IdentityFile ~/.ssh/id_ed25519
Host *.wodby.cloud
IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
ForwardAgent yes
AddKeysToAgent yes
Host ssh.lagoon.amazeeio.cloud
IdentityFile ~/.ssh/id_ed25519
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null