ropensci / ssh

Native SSH client in R based on libssh
https://docs.ropensci.org/ssh
Other
127 stars 21 forks source link

Interactive shell #23

Open jeroen opened 5 years ago

jeroen commented 5 years ago

There should be a way to setup an interactive shell. Maybe just keep sending commands to the same channel? I think we had this before with a very old version of the package.

For example: https://github.com/ropensci/ssh/issues/18

billdenney commented 1 year ago

This could also be related to #4 (though with allowing the user to enter the sudo password rather than the SUDO_ASKPASS method suggested there).