asyncssh icon indicating copy to clipboard operation
asyncssh copied to clipboard

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.

Results 76 asyncssh issues
Sort by recently updated
recently updated
newest added

Hello! First: serious kudos, I've never had so few issues - if any here - when working with an SSH client 😎 I believe I've come across a tiny one...

error info: ``` Traceback (most recent call last): File "/www/server/pyporject_evn/nekoproxybackend_venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 407, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/www/server/pyporject_evn/nekoproxybackend_venv/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 69, in __call__ return await...

when login with a user with expired password to a 'localhost' the following code works when login with a user with expired password to a remotehost the following code does...

I tried to execute the command to generate private key file on Linux, “ssh-keygen -t rsa -b 4096” ,but after execution, the connection of asyncssh through user password will be...

The changes in latest release to the License metadata field is no longer a known Classifier according to https://packaging.python.org/en/latest/specifications/core-metadata/#license which makes it hard to accept without whitelisting this package's license...

I was pretty confused by the parameter names of the SSH server, so I thought I'd leave some pointers for anyone else having trouble To set up an AsyncSSH SFTP...