diff --git a/config/ssh-config b/config/ssh-config new file mode 100644 index 0000000..69a0328 --- /dev/null +++ b/config/ssh-config @@ -0,0 +1,9 @@ +Host * + IdentityAgent ~/.1password/agent.sock + +Host server + Port 22 + HostName 192.168.86.254 + User menno + ForwardAgent yes +