PDA

View Full Version : [ubuntu] Create a remote ssh folder from command line?


tstack77
December 4th, 2009, 03:57 PM
I'd like to create a folder on my headless server that acts as an ssh connection to my sister's computer a few miles away. The endgame is to be able to simply cp files into that folder in order to send on to her computer.

If there's an easier way than this idea to create a secure connection I'd love to hear it as well.

-axel

cdenley
December 4th, 2009, 04:46 PM
sudo apt-get install sshfs
man sshfs

tstack77
December 4th, 2009, 05:31 PM
Thanks! I'll post back when I run into the snags :P

Iowan
December 4th, 2009, 05:41 PM
Thanks! I'll post back when I run into the snagsThere will probably be a few as you get into port-forwarding, etc... but help is available.