On Thursday 24 September 2015 07:34:41 Dr. Nikolaus Klepp wrote:
sshfs nik@somehost:/just/the/path /where/i/want/it
And that works, once I had done a "sudo chown -R gene:gene /sshnet" ls -l's now work on /sshnet/shop. With my pw. Expected, I am limited to what I own on shop, but thats a heck of a lot better than before. I'll get all the details together in a script. I assume we still have an expect util I can feed with my pw yet? I haven't looked lately, as in 5+ years & several installs ago. To late in the night here, or too early in the morning to spend a lot of time on it until I've found some more sleep.
Hi Gene!
There's something better than expect:
$ ssh-copy-id nik@remotehost
Problem: ene@coyote:/etc$ ssh-copy-id gene@shop /usr/bin/ssh-copy-id: ERROR: No identities found
I must be even more a-nany-mouse than most. :) All 3 live machines report the same error.
Do I need to somehow generate this "id" file with a different utility?
and from there I can log into nik@remotehost without password. "ssh-copy-id" appends your local "~/.ssh/id_rsa.pub" to the remote users "~/.ssh/authorized_keys".
Nik
Thanks Nik.
and unmount:
fusermount -u /where/i/want/it
Which does restore my owner:group to the unmounted directory.
I'll let reboots do that. :)
Many thanks, Nik.
Cheers, Gene Heskett