Commit 5b5afe9ab11a
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -99,9 +99,13 @@
# SSH kitten configuration - delegate to standard SSH for shpool sessions
# Hosts with / pattern (e.g., host.domain/session) use RemoteCommand which conflicts with the kitten
"kitty/ssh.conf".text = ''
- # Delegate to standard SSH for shpool session patterns (host/session)
+ # Delegate to standard SSH for shpool session patterns (host/session/subsession)
# This allows RemoteCommand to work without Kitty's SSH kitten interference
+ # Match patterns like: host/session, host/session/name, host/session=dir
hostname */*
+ hostname */*/*
+ hostname */*=*
+ hostname */*/*=*
delegate ssh
'';
};