rsa_encrypt
rsa_encrypt copied to clipboard
for SSH
I use this to generate ssh Public and Private Key.
I send the public key to linux server and try to connect to it with ssh package from Flutter and Connection failed: Auth fail
.
I guess the issu may come frome the ssh package, but just to be sure: this use an empty passphrase rigth?