Another way to solve the problem is to mount the remote server using
sshfs and then access it as a directory on your local computer.  This
will require using the password once when you mount the server, but
you can just leave it mounted until you shut down your computer.
E.g.,

You have an empty directory called remoteserver.

sshfs myloginn...@remoteserver.com: remoteserver

To unmount, say
fusermount -u remoteserver
but shutting down the computer will also do this.

Jon

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to