Re: ssh banners OpenSSH_3.6.1p2

From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 12/01/04


Date: 01 Dec 2004 02:44:13 GMT

In article <ef6d469b.0411301653.4dc285b1@posting.google.com>,
Diatonic <diatonic_sequences@hotmail.com> wrote:
>I'm running banners on my servers via /etc/sshd_config banners. This
>gets highly annoying when I scp or sftp. I have many scripts that
>perform scp's in order which ends up printing my banner way too many
>times. Is there any way to supress this?

Newer OpenSSH's allow the banner to be suppressed with "ssh -q" aka
"sftp -o LogLevel=QUIET".

If upgrading isn't an option, then you can redirect either stderr or stdin
(I forget which it is) to /dev/null.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


Relevant Pages

  • Re: OpenSSH_3.7.1p2
    ... > ls output from sftp takes five minutes!). ... I read some postings about a ... > nodelay sshd_config setting in the ssh.com version that seem to be the ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: sftp Newbie Questions!
    ... > 1) How can I display a login message? ... This will however display to everyone standard ssh shell logins and sftp ... There is no sftp only banner feature. ...
    (SSH)
  • Re: FTP Encryption
    ... SSH as a transport in different ways, ... OpenSSH's sftp certainly doesn't use scp in any way. ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: problems with sftp on Tru64
    ... It looks like sftp-server is dying immediately for some reason. ... you can try recompiling with sftp server ... Good judgement comes with experience. ...
    (SSH)
  • Re: no ASCII support in sftp
    ... I know ASCII not in sftp. ... Good judgement comes with experience. ...
    (comp.security.ssh)