Skip to content

Commit

Permalink
fix: don't use xterm-ghostty on ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 31, 2024
1 parent 8515df2 commit 269fb1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/konrad/common/options/ssh-egress.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ in
controlPersist = "1m";
serverAliveCountMax = 6;
serverAliveInterval = 15;
# xterm added because remote machine
# may not have terminfo that the host has (like ghostty)
extraConfig = ''
IgnoreUnknown UseKeychain
SetEnv TERM=xterm
UseKeychain yes
'';
includes = [ "config.d/*" ];
Expand Down

0 comments on commit 269fb1d

Please sign in to comment.