From Linux to Linux:
-
Command Line Mode:
ssh
- Using X forwarding, you can also run GUI applications on the server. This is not recommended unless it's short quick work.
-
Remote File System:
sshfs
-
You'd better use a mount point which you have full access to, otherwise, you have use the …
-