Connection SSH of the Fedora > 22 from the SME

works with Fedora 23, 24, 25 too

source: http://geekeries.de-labrusse.fr/?p=2836

Mounting the SME on the Fedora via SSH

To be able to mount the SME on a mount point of the Fedora via ssh:

 sudo dnf install sshfs 

and mount the SME after having created and chmod777 the mount-point “/mnt/sme_intel” previously:

sshfs root@IP.sme:/    /mnt/sme_intel            -o noatime,uid=1000

If the login via SSH on the SME is protected by a key SSH, load it previously:

ssh-add /way/to/the/key/root@the_sme.rsa
DokuWiki Appliance - Powered by TurnKey Linux