Aleksey Popov

Results 2 comments of Aleksey Popov

If it is a totally new connection it should honor ssh_config as well. On the other hand do we really need a separate connection? SSH channel should work just fine...

This works for me: ``` diff --git a/lib/jnpr/junos/utils/start_shell.py b/lib/jnpr/junos/utils/start_shell.py index 07956c0..afec546 100644 --- a/lib/jnpr/junos/utils/start_shell.py +++ b/lib/jnpr/junos/utils/start_shell.py @@ -75,25 +75,17 @@ class StartShell(object): self._chan.send(data) self._chan.send('\n') - def open(self): + def open(self,...