mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
1password 8 ssh integration
https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
This commit is contained in:
@@ -29,13 +29,14 @@ Host *
|
||||
AddKeysToAgent yes
|
||||
UseKeychain yes
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentityFile ~/.ssh/id_rsa
|
||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
|
||||
Host tufts
|
||||
HostName linux.eecs.tufts.edu
|
||||
User jjarvi01
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
@@ -43,16 +44,16 @@ Host code
|
||||
# tailscale IP:
|
||||
HostName 100.76.96.117
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host tor
|
||||
# tailscale IP:
|
||||
HostName 100.68.159.54
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host y2k
|
||||
@@ -60,45 +61,45 @@ Host y2k
|
||||
HostName 100.79.167.105
|
||||
Port 32422
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host nas
|
||||
# home net:
|
||||
HostName 192.168.20.11
|
||||
User jake
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host seed
|
||||
# home net:
|
||||
HostName 192.168.20.12
|
||||
User jake
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host argo
|
||||
# home net:
|
||||
HostName 192.168.20.13
|
||||
User jake
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
ForwardAgent yes
|
||||
|
||||
Host github.com
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_ed25519
|
||||
#IdentitiesOnly yes
|
||||
|
||||
Host hashbang
|
||||
HostName de1.hashbang.sh
|
||||
User jakej
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
IdentitiesOnly yes
|
||||
#IdentityFile ~/.ssh/id_rsa
|
||||
#IdentitiesOnly yes
|
||||
|
||||
Host *.ssh.wpengine.net
|
||||
IdentityFile ~/.ssh/wpe_devkit
|
||||
|
||||
Reference in New Issue
Block a user