Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 18, 2024
1 parent 580ea9b commit 617d7f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions private_dot_ssh/private_config
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,26 @@

Include ~/.ssh/local.config

# # {{ if eq .osid "darwin" }}
Host home
StrictHostKeyChecking no
HostName home.xvzc.dev
User jerry
IdentitiesOnly yes
IdentityFile ~/.ssh/arch.pub
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
ForwardAgent yes

Host xvzc.github.com
HostName github.com
ForwardAgent yes
IdentitiesOnly yes
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
IdentityFile ~/.ssh/xvzc.pub

# # {{ else if eq .osid "linux-arch" }}

Match host * exec "test -z $SSH_CONNECTION"
IdentityAgent "~/.1password/agent.sock"

# # {{ end }}

0 comments on commit 617d7f8

Please sign in to comment.