Displaying 20 results from an estimated 10000 matches similar to: "signon problem"
2003 Aug 22
4
AIX problem
We are running 3.4p1. After upgrading to AIX 5.1, the "w" function (in
ksh) stopped showing ssh logins. We upgraded to 3.6p1, no luck.
Any thoughts?
---
Jack Gostl gostl at argoscomp.com
2000 Dec 27
2
sshd prints the motd with -t option
Hi,
and another interesting bug report, where I'm not sure what the correct
behaviour of openssh should be. Thanks for your comments:
> I find myself frequently using OpenSSH to log in and perform a single
> command (particularly in a script to perform some quick, simple task on
> multiple machines I administer). If the '-t' option is not included, the
> behavior is no
2003 Dec 16
11
[Bug 774] banner is displaying twice (/etc/issue)
http://bugzilla.mindrot.org/show_bug.cgi?id=774
Summary: banner is displaying twice (/etc/issue)
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2000 Aug 04
1
/etc/motd printed twice on Irix 6.5.
Precedence: bulk
Hello all,
I tested openssh-2.1.1p4 briefly on 64-bit Irix 6.5 system.
I noticed that when I log on, /etc/motd is printed out twice in the
row. This does not happen with SSH.COM's ssh. UseLogin is disabled.
Works fine in Linux and FreeBSD.
Anyone else (Irix users?) notice anything like this happening?
--
Pekka Savola "Tell me of difficulties
2010 May 21
3
SSH service not getting restarted
Hi,
I have this in my sshdconfig module''s init.pp but the service is not
getting restarted even though at first connect the file sshd_config is
getting modified with the Banner entry. Can someone please help?
class sshdconfig {
file {
"/etc/ssh/sshd_config":
path => "/etc/ssh/sshd_config",
owner => root,
2002 Jul 15
10
Patch: Solaris packages don't create privsep user or group
Hi.
Solaris packages created by buildpkg.sh don't create privsep user or
group and sshd won't start until they are created (or privsep is
disabled):
## Executing postinstall script.
starting /usr/local/sbin/sshd... Privilege separation user sshd does not
exist
/etc/init.d/opensshd: Error 255 starting /usr/local/sbin/sshd...
bailing.
The attached patch (against -cvs) ports the relevant
2006 Jun 20
1
unable to login with LDAP when set Uselogin to yes
Hi,
I am not sure this is a bug in Openssh or not.
I am running Openssh 4.1p1. with openssl 0.9.7g
Scenario:
Due to audit enabled on the system, I will need to set Uselogin to yes so
that audit will track system call.
But when try to login to system with a LDAP user. I get the following.
eg:
[n113839 at r3ent15pc ~]$ ssh tfstst1 -l ntesting1
ntesting1 at tfstst1's password:
Login incorrect
2003 Feb 11
1
Hoe to change Pre-Login message
Hi,
How can you modify the pre-login message with ssh, before the "login as:"?
In Unix this can be done with herald variable in /etc/security/login.cfg.
Thanks
Philip
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
2016 May 20
4
Directory listing fails for specific user
Hello,
We have recently had a new problem with one of the users on one of our servers.
Filezilla claims it connects and authenticates, but then fails to list the directory (although no error message is output, it just eventually times out. There is the full output of filezilla located here: http://pastebin.com/tAVcSP8Y.
>From the server side, the most verbose output I can make it print can
2004 Jan 21
2
PAM auth stage rejection not working
Hi,
I have an auth module for PAM that I wrote a few years ago called
pam_vsd.so. The idea is that a user must have a certain privilege
before they can successfully authenticate. Without the privilege the
PAM module will return PAM_PERM_DENIED.
However I find that in OpenSSH 3.7.1p2, I can easily subvert this check
simply by hitting return 3 times on connection i.e.
[nick at localhost
2016 Aug 03
2
Configure option '--with-ssh1' breaks openssh-7.3p1
On 08/03/16 02:12, Darren Tucker wrote:
> On Wed, Aug 3, 2016 at 7:42 AM, rl <rainer.laatsch at t-online.de> wrote:
> [...]
>> /Data/openssh-7.3p1/DESTDIR/usr/local/sbin/sshd -p 222 -f \n
>> DESTDIR/usr/local/etc/sshd_config
>
> It looks like you have an embedded newline in the config file name
> you're passing to sshd. If that's the case I'm
2014 Jun 25
3
[LLVMdev] Phabricator and private reviews
On Wed, Jun 25, 2014 at 3:30 PM, John Criswell <criswell at illinois.edu> wrote:
> On 6/25/14, 5:15 PM, Vadim Chugunov wrote:
>
> In a recent review via Phabricator, I was receiving bounce notifications for
> mail being sent to llvm-commits because of "Too many recipients to the
> message", even though I am a subscriber. I wonder how common is that.
>
>
>
2013 Dec 20
13
[Bug 2190] New: Nagios command check_ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=2190
Bug ID: 2190
Summary: Nagios command check_ssh
Product: Portable OpenSSH
Version: 6.2p1
Hardware: ix86
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
2012 May 14
14
[Bug 2008] New: IPV6 Bind to port 22 failed
https://bugzilla.mindrot.org/show_bug.cgi?id=2008
Bug #: 2008
Summary: IPV6 Bind to port 22 failed
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: sshd
AssignedTo:
2019 Jun 03
2
FYI: LLVM Phabricactor notifications.
PaulR
(sorry again if this is known knowledge)
> There's no reason for Herald to be adding project LLVM/subscriber
llvm-commits at the last second here.
Its possible the rL (LLVM) had be added as the repository in the review on
creation rather than rCFE, if thats the case then the herald rule "H270" is
going to fire because it see the repository in the review, so add LLVM
2003 Nov 13
1
SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE
Wonder if you guys could help me out...have a security problem with sshd
wich enables a user to do a password login tough the sshd_config states
PasswordAuthentication no
My config works fine in both gentoo and openbsd 3.3 but users are able to
login with tunneled clear text passwords in both 4.9 and 5.1
Im lost.tried everything I can think of.
Here is the config:
2004 Sep 17
3
sftp-server debug output
Help! I am trying to get debug output working with sftp-server, and
can''t seem to find the appropriate information to get it working. Yes,
I have recompiled sftp-server to include defining DEBUG_SFTP_SERVER. I
found that myself in the code before finding it in several postings as
the common answer to others having this problem.
In addition, I have set up the sshd_config file
2014 Jun 26
2
[LLVMdev] Phabricator and private reviews
I have seen the "Too many recipients to the message" several times.
A limit of 10 includes the patch author and the list leaving just 8
subscribers/reviewers is way too low.
Given that these e-mails can be sent only by a Phab. user I'm not sure that
spam is a problem at all:
A potential spammer would first have to subscribe to Phab. then create a
proper diff,... far easier just to
Phabricator subscribes non-clang projects to llvm-commit, but the commit hook still uses cfe-commits
2018 Jan 22
2
Phabricator subscribes non-clang projects to llvm-commit, but the commit hook still uses cfe-commits
This seems to happen for several projects including libcxx, libcxxabi, and
libunwind.
Shouldn't herald and the commit hooks do the same thing?
Here's a link to the rule herald is using: https://reviews.llvm.org/H270
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Oct 20
1
Allow Samba4/AD group "MYDOM\Domain Admins" to login through SSH on linux hosts
Hi,
For several linux server on our network we want to allow the AD domain group called "MYDOM\Domain Admins" to login through ssh with their AD credentials. Our DC1 and DC2 are running on Debian 64bit using Samba 4.1.12/Sernet.
I'm kinda confused, what exactly I need therefore. Do I need to setup a PAM_authentication as explained on that tutorial here?