dartssh2 icon indicating copy to clipboard operation
dartssh2 copied to clipboard

SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.

Results 66 dartssh2 issues
Sort by recently updated
recently updated
newest added

Hello, Is there a way to make SSH use a proxy? like socks or http

I want to send SSH_Message_Ignore to remote server periodically,like a heartbeat, in order to keep connection alive.

Hello. Thanks for creating & developing the `dartssh2` project. I am developing a terminal app with shell interaction using `dartssh2`. Are the `KeepAliveInterval` and `KeepAliveCountMax` values configurable via `dartssh2` options...

Hello. I wonder if there are any plans to implement Host Key Verification function. (Server host key can be returned, whether to connect through server host key acceptance) As in...

When attempting to SFTP upload an empty file (with 0 bytes in size) the upload halts (neither raises an error, no exits the program). The client machine where the program...

I can get what I want with the `execute` function. But `run` seems to be a more semantic interface. Perhaps the `run` function can return a tuple like `Future` (that's...

It's been over a year since any changes were published for this package, and given that it is an ssh library. It would be good to know that someone is...

```dart final session = await client.shell( pty: SSHPtyConfig( width: terminal.viewWidth, height: terminal.viewHeight, ), environment: {"NEWBBY": "1"} ); ``` ![image](https://github.com/TerminalStudio/dartssh2/assets/6897671/01b0f4ff-49d5-48a0-ad3f-843e0787685a)

Add the product DartShell