mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Allow using a --kitten argument with the ssh kitten to make it easier to override settings from ssh.conf
This commit is contained in:
@@ -820,6 +820,7 @@ class SSHConnectionData(NamedTuple):
|
||||
hostname: str
|
||||
port: Optional[int] = None
|
||||
identity_file: str = ''
|
||||
extra_args: Tuple[Tuple[str, str], ...] = ()
|
||||
|
||||
|
||||
def get_new_os_window_size(
|
||||
|
||||
Reference in New Issue
Block a user