shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

Need advices to connect to a Vps #54

Closed redDwarf03 closed 2 years ago

redDwarf03 commented 3 years ago

Hello

I would know if it possible to connect to a VPS directly with ssh tunnelling In putty, I use the command

-L 9999:localhost:9009 root@IP_ADDRESS -pw PaSSWORD

Thx