Skip to content

Commit 28cd09a

Browse files
authored
feat: update ssh config (#34)
1 parent 6992225 commit 28cd09a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ssh_config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Host *
2+
IdentityAgent /opt/ssh_auth/oo-ssh-agent.sock
3+
StrictHostKeyChecking no
4+
UserKnownHostsFile=/dev/null
5+
16
Host github.com
27
HostName ssh.github.com
38
Port 443

0 commit comments

Comments
 (0)