Remove deprecated kitty TERM hacks
This commit is contained in:
parent
c9891f9f7c
commit
d57c288fba
3 changed files with 5 additions and 7 deletions
.ssh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue