Displaying 20 results from an estimated 9000 matches similar to: "[Bug 2242] New: add DisableBanner option to the ssh client command"
2007 Jan 18
3
proposal: new DisableBanner client side option
hi all, we had quite a few requests recently so that SunSSH allowed
to hush a banner on client side when in command-mode only. The argument
usually is that the banner is mandatory due to legal reasons so first time
login users should see it but that it causes problems when ssh is used from
scripts after that. '-q' often seems not an option. RFC 4252 permits hushing
banner in section
2014 Jun 18
15
[Bug 2246] New: PAM enhancements for OpenSSH server
https://bugzilla.mindrot.org/show_bug.cgi?id=2246
Bug ID: 2246
Summary: PAM enhancements for OpenSSH server
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: enhancement
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at
2015 Aug 05
26
[Bug 2440] New: X11 connection will fail if user's home directory is read-only
https://bugzilla.mindrot.org/show_bug.cgi?id=2440
Bug ID: 2440
Summary: X11 connection will fail if user's home directory is
read-only
Product: Portable OpenSSH
Version: 6.8p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: sshd
2008 Jan 09
2
[Bug 1428] New: Banner output can be a nuisance with non-interactive use
https://bugzilla.mindrot.org/show_bug.cgi?id=1428
Summary: Banner output can be a nuisance with non-interactive use
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo:
2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225
Summary: Supression of login warning banner for noninteractive
commands
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: ssh
AssignedTo:
2000 Apr 07
1
session setup failed: ERRSRV - 2242
When using smbclient to show the shares of my NT server, I received this
error after entering in the password:
session setup failed: ERRSRV - 2242
Please note that when I enter several completely bogus passwords I always
receive this error:
session setup failed: ERRDOS - ERRnoaccess (Access denied.)
I was using this (with a.b.70.3 representing the real IP that I used):
smbclient -d 4 -L
2017 May 25
2
[Bug 2723] New: drop two additional privileges (DAX_ACCESS and SYS_IB_INFO) from solaris sandbox
https://bugzilla.mindrot.org/show_bug.cgi?id=2723
Bug ID: 2723
Summary: drop two additional privileges (DAX_ACCESS and
SYS_IB_INFO) from solaris sandbox
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
2003 Sep 15
0
Tools for Inbound travel agents
Dear Colleagues,
Greetings from http://www.China-TravelGuide.com.
Email Promoter - Currently a total more than 46,000 travel agents, tour operators and national tourist offices have been submitted to the China-TravelGuide.com.
Swiftly and directly send your advertisement to more than 46,000 travel agents, tour operators and national tourist offices & build bridges for you and your new
2008 Jul 31
7
[Bug 1496] New: ssh fails with xmalloc: zero size
https://bugzilla.mindrot.org/show_bug.cgi?id=1496
Summary: ssh fails with xmalloc: zero size
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2002 May 01
4
Using openssh 3.1p1 on Solaris with tcp wrappers 7.6
Dear Open SSH and TCP Wrappers Colleagues,
We are trying to use open ssh 3.1p1 on SPARC platforms
under Solaris 2.8 using gcc 2.95.2, in conjunction with
tcp wrappers 7.6 (IPv6 version). The wrapping of open ssh
is not too well documented but I think we have figured
most of this out (hearty thanks to Wietse Venema, Jim
Mintha & Niels Provos for their helpful email exchanges) --
but have one
1999 May 05
0
Printing from Linux -> NT with banners
Last week I sent a question here about suppressing NT's banners, so that a
LPR->SMB gateway running on Linux could provide its own banner pages.
I got around that problem by having the NT guys create me a new queue, with
headers suppressed, but found to my surprise that merely omitting "sh" in
/etc/printcap did not cause Linux to print header sheets, when using
RedHat's
2015 May 23
5
Name based SSH proxy
I am working on a proxy which can be hosted on a single
IP address and dispatch requests to different backends
depending on which hostname the client used to connect to
this IP address.
Currently such a proxy can be build to support HTTP, HTTPS,
SMTP, and DNS. However SSH support is impossible due to
the ssh client not sending the information such a proxy
would need.
I am not the first to want
2003 Feb 11
1
Option to limiting sshd "banner" to interactive/password-auth/tty (or something along those lines) sessions
Hi.
It would be of utmost utility if there were a way to cause the sshd
"banner" configuration setting to only print the banner in certain
circumstances.
What I'm actually after is avoiding printing out the banner for
non-interactive sessions, so that if I run "ssh somehost ls" I don't get
the login banner, but if I just type "ssh somehost" I do (at
2003 Dec 01
1
[Bug 765] openssh client truncates banner at 1024 characters.
http://bugzilla.mindrot.org/show_bug.cgi?id=765
Summary: openssh client truncates banner at 1024 characters.
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
2006 May 13
3
ActiveRecord and cascade removing
Hi. Please help me how to make cascade delete for this 3 classes:
class Section < ActiveRecord:Base
has_many :ad_bindings
has_many: banners, :through => :ad_bindings
end
class AdBinding < ActiveRecord:Base
belongs_to :banner
end
class Banner < ActiveRecord:Base
end
When I remove Banner, I need to remove AdBinding also, but it still
stored in database. Where I wrong?
2004 May 12
2
Bad configuration option: Banner
I have been unable to use the Banner option in the sshd_config for the
verision of openssh I am using:
# ssh -V
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090704f).
Here is what I get when I have the entry "Banner /etc/issue" in the
sshd_config:
starting SSHD daemon
# /usr/local/etc/sshd_config: line 21: Bad configuration option: Banner
2018 Sep 19
1
Header image of blog.centos.org
On Tue, Sep 18, 2018 at 10:18 AM Rich Bowen <rbowen at redhat.com> wrote:
>
> On 9/18/18 8:27 AM, Fabian Arrotin wrote:
> > On 18/09/18 14:19, Rich Bowen wrote:
> >> Hmm. I matched the existing banner size identically as I assumed it was
> >> correct. There are in fact 4 banners now on random rotate.
> >>
> > I'm not a designer, but what about
2003 Oct 10
5
[Bug 741] SSH with long banner has xmalloc error and disables the -q option
http://bugzilla.mindrot.org/show_bug.cgi?id=741
Summary: SSH with long banner has xmalloc error and disables the
-q option
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2016 Feb 14
5
[Bug 2541] New: Add explicit_bzero() before free() in OpenSSH-7.1p2 for auth1.c/auth2.c/auth2-hostbased.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2541
Bug ID: 2541
Summary: Add explicit_bzero() before free() in OpenSSH-7.1p2
for auth1.c/auth2.c/auth2-hostbased.c
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
2006 Aug 24
6
[Bug 1221] Banner only suppressed at log level = QUIET (used to be at log level < INFO)
http://bugzilla.mindrot.org/show_bug.cgi?id=1221
Summary: Banner only suppressed at log level = QUIET (used to be
at log level < INFO)
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: