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

@@ -112,7 +112,7 @@ class Callbacks:
self.current_clone_data += rest
def handle_remote_ssh(self, msg):
from kittens.ssh.main import get_ssh_data
from kittens.ssh.utils import get_ssh_data
if self.pty:
for line in get_ssh_data(msg, "testing"):
self.pty.write_to_child(line)