Skip to content
#

ssh-client

Here are 263 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 
tct492
tct492 commented Apr 15, 2018

It would be neat to be able to read a remote file to a variable.

Here's my hacky implementation:

from pssh.ssh2_client import SSHClient
from pssh.native._ssh2 import wait_select
from pssh.constants import DEFAULT_RETRIES, RETRY_DELAY
from ssh2.error_codes import LIBSSH2_ERROR_EAGAIN
from ssh2.sftp import LIBSSH2_FXF_READ, LIBSSH2_SFTP_S_IRUSR

class MySSH2Client(SSHClient):
  de
KiTTY
Izorkin
Izorkin commented Aug 5, 2020

Error connection with curve25519-sha256 kex algorithm.
SSHD configuration:

...
KexAlgorithms curve25519-sha256
Ciphers chacha20-poly1305@openssh.com
MACs hmac-sha2-512-etm@openssh.com
...

SSHD log:

авг 05 20:16:02 test systemd[1]: Starting SSH Daemon (192.168.248.143:57579)...
авг 05 20:16:02 test systemd[1]: Started SSH Daemon (192.168.248.143:57579).
авг 05 20:16:02

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.