[SOLVED] sshfs with private key what is the syntax?
Home
Articles
Java
Speaking
Raspberry Pi
Calculators
FIX Protocol
Published July 18th, 2012
How do you specify a private key when mounting an sshfs filesystem?
The switch you need is -o IdentityFile=path_to_key
E.g.
sshfs -o IdentityFile=/home/chris/.ssh/mykey.rsa user@remotehost:/path /mnt/sshfs -o reconnect,transform_symlinks
Similar Articles
Enable OpenSSL hardware acceleration
scp through ssh tunnel
Mac OS X mount remote filesystem locally using sshfs
ssh SOCKS 5 proxy and Firefox for securing traffic on untrusted networks
[SOLVED] ssh sshd error: key_read: uudecode
ssh chained tunnels to access servers behind gateway machines
[SOLVED] fuse: failed to open /dev/fuse: Permission denied (sshfs)
Find open ssh servers on a network using nmap on Linux
ssh tunnel through gateway to svn repository server on remote LAN
[SOLVED] Ubuntu ssh Too many authentication failures
Generate ssh public key from private key using ssh-keygen
Mac OS X mount remote filesystem locally using sshfs
[SOLVED] fuse: failed to open /dev/fuse: Permission denied (sshfs)
All content on this website is Copyright 2003 - 2024 Chris Newland
Privacy Policy