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 85fa6ee commit 79ccaaa
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions private_dot_ssh/private_config
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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
StrictHostKeyChecking no
IdentitiesOnly yes
IdentityFile ~/.ssh/arch.pub

Host xvzc.github.com
HostName github.com
Expand All @@ -20,8 +20,12 @@ Host xvzc.github.com
IdentityFile ~/.ssh/xvzc.pub

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

Match host * exec "test -z $SSH_CONNECTION"
IdentityAgent "~/.1password/agent.sock"
Host home
Host xvzc.github.com
HostName github.com
ForwardAgent yes
IdentitiesOnly yes
IdentityAgent "~/.1password/agent.sock"
IdentityFile ~/.ssh/xvzc.pub

# # {{ end }}

0 comments on commit 79ccaaa

Please sign in to comment.