| Summary: | Add option to allow skipping userauth_banner (patch) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Stanislaw Pitucha <viraptor> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED WONTFIX | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | 6.1p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
use "ssh -q" or LogLevel=quiet. I don't think we need an additional option just for this, sorry. Close all resolved bugs after 7.3p1 release |
Created attachment 2202 [details] patch for the SkipBanner option Sometimes the login banner is annoying when the only allowed way to script access to the host is via the ssh client. The attached patch adds a "skipbanner" option, which will ignore the "input_userauth_banner" stage on connection (if set to yes).