SSHFS mount
sshfs root@somehost.net:/ /mnt/somehostname
Related Posts
How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
uname -a # for all info regarding kernel version, uname -r # for exact kernel…