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.




Network Security Secure-Shell
[Top] [All Lists]

Re: .ssh/config equivalent of -q ?

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>