added ssh config; updated hyprland and ghostty configs
This commit is contained in:
8
ssh/.ssh/config
Normal file
8
ssh/.ssh/config
Normal 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
|
||||
Reference in New Issue
Block a user