Displaying 2 results from an estimated 2 matches for "385ecb31e".
2024 May 06
1
Feature request/EOI: Match interactive config?
On Mon, 6 May 2024, openssh at tr.id.au wrote:
> Hey Damien,
>
> > Would something like this help?
> >
> > Match sessiontype shell
> > User foo
> > Match remotecommand "none"
> > User foo2
> > Match sessiontype exec remotecommand "/rsync"
> > User bar
> > Match sessiontype subsystem remotecommand "sftp"
2024 May 06
1
Feature request/EOI: Match interactive config?
...on GitHub before applying the patch. I've also tested with a fresh clone. The patch applied cleanly except for a missing end-of-file newline due to copy-pasting the diff.
This is what I see as the most recent commits, have I missed or misunderstood something?
```
$ git log -5 --pretty=oneline
385ecb31e (HEAD -> master, origin/master, origin/HEAD) upstream: fix home-directory extension implementation, it always
14e2b16bc upstream: flush stdout after writing "sftp>" prompt when not using
2e69a7240 upstream: stricter validation of messaging socket fd number; disallow
da757b022 upstre...