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

await file.write(File('local_file.txt').openRead().cast()).done; // Blocked here, unable to return results after successful upload print("done"); // Unable to execute

similar to FIDO, but unlock the key using fingerprint or other biometric offered by the operating system?

make dependencies more flexible to avoid forcing the upgrade to dart 3.4.0 ```console [pg_query] dart pub get --no-example Resolving dependencies... The current Dart SDK version is 3.2.1. Because dartssh2 >=2.10.0...

% dart pub global activate dartssh2_cli Downloading packages... . (1.3s) + args 2.6.0 + asn1lib 1.5.6 + characters 1.3.0 + clock 1.1.1 + collection 1.19.0 + convert 3.1.1 + dart_console...

![Screenshot from 2024-09-12 19-50-03](https://github.com/user-attachments/assets/7f460198-4232-49b4-a3de-e795d1a5c6a1)

Hello, thank you for your continued development of the `dartssh2` module! I've noticed that the `SSHKeyPair.fromPem` function we use to read the private key fails to parse a few different...