You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this seems like a lovely package, but I cannot get it to work. I am trying to connect to a server on a university system which is behind VPN. I hava already connected to the uni's system via a VPN client.
I have started an SSH session on my remote computer, after logging in via SSH. Now, I am trying to connect with ssh tunneling, using the command ssh user@server -L 55556:localhost:55555 -N (changing user and server, of course) in RStudio's terminal. This asks for password and then hangs.
Then, I am issuing remoter::client() command, which hangs indefinitely. I suppose, this is not the wanted behaviour. What am I doing wrong?
Thank you!
The text was updated successfully, but these errors were encountered:
Hard to say what may be going on. Just to make sure, is the remote computer running a server when you try to connect with remoter::client()? With your ports, you should have the server listening on port 55555 and the client should be called on the local machine as client(port=55556).
Hi,
this seems like a lovely package, but I cannot get it to work. I am trying to connect to a server on a university system which is behind VPN. I hava already connected to the uni's system via a VPN client.
I have started an SSH session on my remote computer, after logging in via SSH. Now, I am trying to connect with ssh tunneling, using the command
ssh user@server -L 55556:localhost:55555 -N
(changing user and server, of course) in RStudio's terminal. This asks for password and then hangs.Then, I am issuing
remoter::client()
command, which hangs indefinitely. I suppose, this is not the wanted behaviour. What am I doing wrong?Thank you!
The text was updated successfully, but these errors were encountered: