Initial work on light/dark auto modes

This commit is contained in:
Daniel Lundin 2024-05-13 09:30:04 +02:00
parent 0066554957
commit 84c03de0d4
No known key found for this signature in database
9 changed files with 108 additions and 49 deletions
.ssh

View file

@ -4,6 +4,7 @@ ControlMaster auto
ControlPath ${XDG_RUNTIME_DIR}/ssh_control:%h:%p:%r
ControlPersist 1200
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
AddressFamily inet
PreferredAuthentications=publickey
@ -21,7 +22,9 @@ LocalForward localhost:3000 localhost:3000
LocalForward localhost:8000 localhost:8000
LocalForward localhost:8080 localhost:8080
LocalForward localhost:9090 localhost:9090
LocalForward localhost:10000 localhost:10000
RemoteForward ${XDG_RUNTIME_DIR}/opener.sock ${XDG_RUNTIME_DIR}/opener.dln-dev.sock
RemoteForward localhost:9022 localhost:9022
Host *
ForwardAgent no