added ssh config; updated hyprland and ghostty configs

This commit is contained in:
2026-03-12 17:18:48 -06:00
parent fafa5fdc27
commit 28a704f273
4 changed files with 14 additions and 1 deletions

8
ssh/.ssh/config Normal file
View File

@@ -0,0 +1,8 @@
Host *
ControlMaster auto
ControlPath ~/.ssh/control:%h:%p:%r
ControlPersist 30m
IdentityAgent ~/.1password/agent.sock
Host git.samoneal.io
ProxyCommand cloudflared access ssh --hostname %h