mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
Remove python implementation of SSH kitten
This commit is contained in:
@@ -1156,7 +1156,7 @@ class Window:
|
||||
self.write_to_child(data)
|
||||
|
||||
def handle_remote_ssh(self, msg: str) -> None:
|
||||
from kittens.ssh.main import get_ssh_data
|
||||
from kittens.ssh.utils import get_ssh_data
|
||||
for line in get_ssh_data(msg, f'{os.getpid()}-{self.id}'):
|
||||
self.write_to_child(line)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user