ssh: Forward agent. tmux: Shorten escape time

This commit is contained in:
2020-03-23 11:51:43 +01:00
parent c85812479d
commit 40fc4b6e0c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,9 +1,9 @@
# If ssh does not have gssapi enabled: # If ssh does not have gssapi enabled:
IgnoreUnknown GSSAPIKeyExchange IgnoreUnknown GSSAPIKeyExchange
ForwardAgent yes
ForwardX11 yes ForwardX11 yes
ForwardX11Trusted yes ForwardX11Trusted yes
ForwardAgent yes
Host home Host home
HostName isabeljake.duckdns.org HostName isabeljake.duckdns.org

View File

@@ -9,3 +9,6 @@ bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
# ssh socket, important to create symlink in ~/.ssh/rc # ssh socket, important to create symlink in ~/.ssh/rc
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
# Shorten delay for relaying Esc (to e.g. vim). Too short and PgUp will not work
set -sg escape-time 20