Bug 2053

Summary: Add option to allow skipping userauth_banner (patch)
Product: Portable OpenSSH Reporter: Stanislaw Pitucha <viraptor>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED WONTFIX    
Severity: enhancement CC: djm
Priority: P5    
Version: 6.1p1   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch for the SkipBanner option none

Description Stanislaw Pitucha 2012-12-21 01:59:37 AEDT
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).
Comment 1 Damien Miller 2012-12-21 10:55:56 AEDT
use "ssh -q" or LogLevel=quiet. I don't think we need an additional option just for this, sorry.
Comment 2 Damien Miller 2016-08-02 10:42:10 AEST
Close all resolved bugs after 7.3p1 release