Remove python implementation of SSH kitten

This commit is contained in:
Kovid Goyal
2023-02-28 12:32:42 +05:30
parent 3558d1c274
commit 00b3437a05
11 changed files with 245 additions and 1060 deletions

View File

@@ -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)