Displaying 20 results from an estimated 4000 matches similar to: "ssh looks at rlogin=false only at startup"
2002 Aug 22
7
[Bug 383] PublicKeyAuthentication failure when rlogin set to false
http://bugzilla.mindrot.org/show_bug.cgi?id=383
------- Additional Comments From markus at openbsd.org 2002-08-23 07:46 -------
what does "rlogin set to false" mean?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 May 21
0
permitrootlogin=no does NOT help
Thanks for replying guys but:
The problem I have is this:
I cannot turn off telnetd and rlogind for all users in one day - they use
rlogin=false for each user ie:
chuser rlogin=false root
Unfortunetely ssh does not allow access when this is set.
I would like to use ssh at first just for root, and then for other users
after testing etc. permitrootlogin is a ssh concept, not applicable to
2001 May 17
5
AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !
IF ssh is a replacement for rlogin,rsh etc I can accept it respecting
rlogin=false as rlogin does and rsh does not, however scp is a replacement
for rcp, and rcp does NOT use rlogin attribute, so the implementation is
NOT standard as scp fails if rlogin=false, but rcp succeeds, as documented.
thanks
mark
2007 Feb 13
0
[Bug 1284] allow sftp when rlogin=false
http://bugzilla.mindrot.org/show_bug.cgi?id=1284
Summary: allow sftp when rlogin=false
Product: Portable OpenSSH
Version: v4.5p1
Platform: Other
OS/Version: AIX
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: dleonard at
2008 Jun 24
1
rsh issue/update (access denied)...
hi...
i've got an "access denied" issue with rsh on one of my boxes (and before we
start, no "use ssh" comments.. rsh is what i'm dealing with for now!!)
i've got a few boxes in my network, and i can successfully rsh into them
with no issue. however, on one box, i can't access it using rsh, and i'm
running out of things to try... kind of curious.
i can
2001 May 20
4
ssh - NO SALE or NO GIVE ?
Thanks to everyone who has replied to my emails so far - to summarise:
AIX allows setting of rlogin=false and and a su group, or a list of users
that are permitted to "su" to root. ( or other functional ids )
This means with entries in /etc/ftpusers, it is possible to :
1/ Track who used root via sulog and or external logging
2/ Protect root even if the root password is compromised
3/
2006 Sep 13
4
[Bug 1226] sftp-server does not respect rlogin = false
http://bugzilla.mindrot.org/show_bug.cgi?id=1226
Summary: sftp-server does not respect rlogin = false
Product: Portable OpenSSH
Version: 4.3p2
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy: cris
2006 Feb 02
2
rsh/rlogin on CentOS4.2
Hello all,
I'm not quite sure what has changed in the recent rsh commands, but I
can't seem to get around the password promting. I need a clnk rsh between
two machines in order to run my backup script.
I added all the usual .rhosts with the proper permissions et al added the
xinetd.d confilg files, opened ports 543 and 544 in my firewall, yet when
I use the rsh commands, I get either a
2015 Mar 01
0
[Bug 1284] allow sftp when rlogin=false
https://bugzilla.mindrot.org/show_bug.cgi?id=1284
Michael Felt <aixtools at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aixtools at gmail.com
--- Comment #1 from Michael Felt <aixtools at gmail.com> ---
Just thought it could be
2006 Sep 13
2
[Bug 1227] sftp-server does not respect rlogin = false
http://bugzilla.mindrot.org/show_bug.cgi?id=1227
Summary: sftp-server does not respect rlogin = false
Product: Portable OpenSSH
Version: 4.3p2
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy: cris
2002 Mar 09
1
smbd and login scripts
Hello
I've two strange problems:
- smbd
I've attached you my smb.conf, inetd.conf and my log file. Sometimes smbd and
nmbd run and somtimes only nmbd run (I check it with ps -ax). But I have
access over my shares (I test it with my Win95 machine). Also in my log
file there're some error messages (I don't now from where the came).
- login scripts
My scripts won't run but if
2004 May 18
1
samba3.0.4 with FreeBSD
???????????? samba,
I compile kerberos5
root@romanof2 : cd /usr/ports/security/krb5/
root@romanof2 : make && make install && make clean && rehash
------------------------------------------------------
This port of MIT Kerberos 5 includes remote login
daemons (telnetd and klogind). These daemons default
to using the system login program (/usr/bin/login).
Please see the
2002 Aug 09
0
[Bug 383] New: PublicKeyAuthentication failure when rlogin set to false
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=383
Summary: PublicKeyAuthentication failure when rlogin set to false
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at
2000 Oct 06
0
FreeBSD Security Advisory: FreeBSD-SA-00:52.tcp-iss
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-00:52 Security Advisory
FreeBSD, Inc.
Topic: TCP uses weak initial sequence numbers
Category: core
Module: kernel
Announced: 2000-10-06
2001 May 21
1
Local Management via su or ssh ?
ssh could give us:
1/ Centrally managed keys and access
2/ No more user accounts in wheel groups lying around various systems
3/ Standard tracking with logging to a server via syslogd.
4/ Passwords managed centrally via pass phrases instead of passwords on
every machine.
As far as not using root is concerned, all for it, but I am just trying to
get some sort of control over root now. sudo etc
2000 Jul 14
0
rlogin/slogin handling [PATCH]
Hello.
I noticed that OpenSSH 2.1.1p3 does not check whether it is being
called as rlogin or slogin, like it's siblings do. This can get ugly if
you have rlogin and rsh symlinked to ssh, and old r* commands are
moved off in another place, as I do.
Since Solaris rsh is hardcoded to call /usr/bin/rlogin, it will get stuck
in an infinite loop.
Below is a quick patch I hacked up, based on
2002 Oct 16
0
[Bug 383] PublicKeyAuthentication failure when rlogin set to false
http://bugzilla.mindrot.org/show_bug.cgi?id=383
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mouring at eviladmin.org
2015 Mar 01
0
[Bug 1284] allow sftp when rlogin=false
https://bugzilla.mindrot.org/show_bug.cgi?id=1284
--- Comment #2 from Michael Felt <aixtools at gmail.com> ---
p.s. re: sftp ignoring /etc/ftpusers.
Question: is this by design? If not, is this something unexpected for
all systems?
--
You are receiving this mail because:
You are watching the assignee of the bug.
1997 Sep 30
1
rlogin authentication bug
Hi,
I have discovered a bug in the rhost module of Linux-PAM-0.57. This
bug leads to a vulnerability in the remote login authentication, with
the effect that ordinary user accounts may not be password protected.
There is only one case when the bug causes a vulnerability:
The problem case is when the user''s .rhost file has the name of a machine
with *more than one IP address* as the
2007 Jan 02
1
Getting host keys with samba
I have samba working find against our windows 2000/3 network under
solaris 9/10. Users can attach to samba using the Kerberos credentials
on their windows XP PCs.
I would now like to kerberise the unix applications. Statring with the
supplied Sun rlogind, telnetd, etc.
As I understand things I now need to have a host key on the end systems.
Will samba's net ads keytab create do