azlyth / react-native-ssh

a library that enables React Native apps to execute commands over SSH -
https://ptrvldz.me/react-native-ssh/
71 stars 15 forks source link

Request: reuse session #3

Open richfisher opened 7 years ago

richfisher commented 7 years ago

Adding the ability to connect and disconnect manually.

It would be great for better performance.

ne0z commented 7 years ago

Hello, I have inspired from this module and create my own ssh client module.You can try https://github.com/ne0z/react-native-sshclient with support reuse session. Thank you.