| Summary: | implement ssh’s -G for sftp and scp | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Christoph Anton Mitterer <calestyo> |
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | ||
| Priority: | P5 | ||
| Version: | 9.0p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Christoph Anton Mitterer
2022-05-21 07:37:27 AEST
Having thought a bit more about this, at least for scp one would probably need a new output format, so that one can read the settings for remote source *and* destination connections. Perhaps one could simply prefix each line with "src:" / "dst:" or something like that (ideally using a separator char, that won't ever show up in plain option names. Similarly,... it might be interesting for consumers of -G output, to learn about any further hops (ProxyJump and so)... so perhaps the settings of these could also be printed with another prefix, e.g. a number n indicating that these are the settings for the nth hop. |