Skip to content
#

ssh-client

Here are 244 public repositories matching this topic...

Honghe
Honghe commented Mar 27, 2018

Please give us some details about the systems you are using:

  • Client (OS name and version): Windows 10, VNCtiger v1.8.80
  • Remmina version (remmina --version): 1.2.0-rcgit-27
  • Desktop environment (GNOME, Unity, KDE, ..): GNOME 3.18.5
  • Connecting to (OS and version): Ubuntu 16.04.4
  • Connecting via (RDP, VNC, ...): VNCI

I set Remmina listening on VNC 5901
error log:

Welcome to 
tsarvela
tsarvela commented Oct 30, 2018

Feature request

The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!

For the feature request:

It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?

caryfitzhugh
caryfitzhugh commented Feb 21, 2019

When calling forward_listen_ex the third parameter is "bound_port" which is passed by reference in the pyx file to libssh2

With python not having pointers to int values, how would one get access to that resulting port value?

I have tried

session.forward_listen_ex('localhost', 0 , bound_port, 10)

And the forward is created, but bound_port is not updated.

I could add a PR for

Improve this page

Add a description, image, and links to the ssh-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ssh-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.