|
|
Log in / Subscribe / Register

OpenSSH 8.0 released

OpenSSH 8.0 released

Posted Apr 19, 2019 0:01 UTC (Fri) by perennialmind (guest, #45817)
In reply to: OpenSSH 8.0 released by epa
Parent article: OpenSSH 8.0 released

Putty's PSCP does what you describe: it has a -sftp and a -scp, defaulting to the former and falling back to the latter. I might have switched to it by now if it consulted ~/.ssh. I rather like the idea of a one-shot command with support for those and a -rsync as well. scp's behavior is trivial to internalize, but what I've internalized for rsync is that it's subtle and that I need to consult the man page every time.


to post comments

This

Posted Apr 21, 2019 0:49 UTC (Sun) by scientes (guest, #83068) [Link] (2 responses)

This is exactly the behavior scp should have. I actually long though they were the same protocol, because I had such good experience using sftp mounted via gvfs in nautilus (although it mounts to POSIX/FUSE with a space in the mount location under ~/.gvfs which is really stupid....)

This

Posted Apr 21, 2019 5:17 UTC (Sun) by lkundrak (subscriber, #43452) [Link]

> although it mounts to POSIX/FUSE with a space in the mount location under ~/.gvfs which is really stupid....)

Why is it stupid?

This

Posted Apr 21, 2019 9:15 UTC (Sun) by Darkmere (subscriber, #53695) [Link]

I thought it mounted them in /run/$USER/ these days for all mounts?

And, I rather like that behavior of Gnome these days, it means I can do basic exploration in the GUI, and if I want to muck around with my command line tools or services that don't speak that layer, I can just access them as normal filesystems.

Very convenient.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds