Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: .ssh/config equivalent of -q ? |
|---|---|
| Date: | Mon, 15 Oct 2007 17:01:23 -0400 |
One way that may work to supress the banner on the ssh client-side is to take advantage of the fact that the client sends the banner to stderr. So a command like the following may work for you. ssh user@hostname 2>/dev/null Some caveats: This will also supress any other information that is sent to stderr Some hosts may implement the 'banner' function differently so that the banner is not sent to stderr. Rick Blasiak blasiak@us.ibm.com
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Example of Layer 3 VPN tunneling with openssh, Kevin Wilcox |
|---|---|
| Next by Date: | Re: Sending "none" authentication request to the SSH server., Chet Vora |
| Previous by Thread: | Re: .ssh/config equivalent of -q ?, Jason Bradley Nance |
| Next by Thread: | Example of Layer 3 VPN tunneling with openssh, Charles Karney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |