I have a account in a server and I would like have a symbolic link of some files in my local machine.
How can I do this?
I have a account in a server and I would like have a symbolic link of some files in my local machine.
How can I do this?
It's not possible in general. However, if you happened to want to directly edit files through, e.g., a text-editor, you can use sftp:
When an ssh key has already been copied, you can edit remote files directly and without transfer by using the filename sftp://username@hostname/home/myfile.txt
At least that works in Kate.
ssh
, at that point you may want to consider sshfs. Really, you should use a NAS, SAN, or NFS as that is more "permanent". – SailorCire Oct 21 '14 at 19:19