Remove deprecated kitty TERM hacks

This commit is contained in:
Daniel Lundin 2021-01-12 19:39:52 +01:00
parent c9891f9f7c
commit d57c288fba
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
3 changed files with 5 additions and 7 deletions
.ssh

View file

@ -5,6 +5,7 @@ ControlMaster auto
ControlPath ~/.ssh/control:%h:%p:%r
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
AddressFamily inet
RequestTty yes
Host devel
Hostname 10.1.100.16
@ -13,7 +14,6 @@ ForwardAgent yes
ForwardX11 yes
ExitOnForwardFailure yes
Compression yes
RequestTty yes
LocalForward 127.0.0.1:8080 127.0.0.1:8080
LocalForward 127.0.0.1:8200 127.0.0.1:8200
LocalForward 127.0.0.1:8250 127.0.0.1:8250