praful S
praful S
Can anyone please help here
Hi @tgauth can you please look at this And help me?
Hi @maertendMSFT , 1.We are using the paramiko libraries invoke_shell() function which internally calls the get_pty() function however if we comment the get_pty() in invoke_shell() itself on client.py of paramiko...
By any chance does the. https://github.com/PowerShell/Win32-OpenSSH/issues/1057 causing issues
Hi , any update on this issue?
@sriramkannan95 can u help on this issue
@sriramkannan95 The code is ''' Import paramiko From paramiko-expect import SSHClientInteraction Client=paramiko.SSHClinet() Client.set_missing_host_key_policy(paramiko.AutoAddPolicy()) Client.connect(hostname,user,password) Interact=SSHClientInteraction(Client,timeout=60,) Interact.expect(r'.*[\$#>]\s+) Interact.send('who am i') Interact.expect(r'.*[\$#>]\s+) ''' Ssh is done to 2019 windows vm Getting similar...
Doesnot look like exepect issue Looks like issue with how paramiko interacts with 2019 ssh
> > The issue seems like Unicode escape sequences. > > The code should be taking them out, if it works as expected > > Also see https://superuser.com/a/1785495/1256163 > >...
Update:tested with bitvise ssh server in place of openssh server it appears to be working fine with it. But we cannot use bitvise ssh server as it's paid version for...