Displaying 20 results from an estimated 10000 matches similar to: "is use rhosts = yes still supported?"
2003 Jan 15
1
security = server "random" failures
I have a Windows 2K SP2 terminal server and a Samba 2.2.7a
server. The Samba server uses security=server with the 2K
terminal server as the password server. Users log in to the
terminal server and attempt to access (always the same)
share on the Samba box. When there are no sessions open to
the Samba server the connection from the terminal server
always works; subsequent connections (with
2003 Mar 18
7
Ghosting Linux Partitions.
I was thinking of putting a slightly bigger HD on my Linux server and would
like to know the easiest way.
I know that ghost works well on FAT32 partitions, but does it work on Ext3
partitions too?
Id rather not reinstall if I don't have to, so any and all suggestions are
appreciated.
TIA
Kev
2001 Mar 20
3
Rhosts-RSA authentication broken
Hello !
I think a problem was introduced in openssh-2.3.0p1 which is
still there in the latest openssh-2.5.2p1. I just noticed it
before my vacation and could not send this mail earlier than
today.
The problem is:
You can't use the Rhosts-RSA authentication based on the hosts.equiv
file and the host keys.
The only possible way to do rhosts-RSA authentication is to allow
the usage of the
2002 Oct 30
2
Rhosts Authentication broken in 3.4.p1???
Has ANYONE been able to verify that Rhosts authentication works with
3.4.p1? Does it work with other SSHv2 implementations? Anybody tried
it on a RedHat 7.3 system?
Also, I'm curious about this code I found in sshd.c:
/*
* Check that the connection comes from a privileged port.
* Rhosts-Authentication only makes sense from priviledged
* programs. Of course, if
2003 Feb 10
5
Samba/Windows XP and SSH tunnelling
Hi,
I've been trying to get SSH tunnelling working with Samba. I'm using a
Windows XP and a RedHat 8.0 box. I've closely followed the instructions from
the HOWTO manual in order to set this up to no avail.
I think the problem comes from the fact that my lmhosts file has no effect
on the NetBIOS name cache when I preload it with the command 'nbtstat -R'. I
checked the
2001 May 03
1
Rhosts Auth Issues with OpenSSH 2.9p1 on Solaris 2.7
I've installed OpenSSH 2.9p1 on Solaris 2.7 and I am trying to get rhost
authentication working. Something appears to be wrong with the client
side as I can do rhost auth with a ssh1.2.27 client. Any help would be
appreciated.
/opt/openssh-2.9p1/etc/ssh_config is:
ForwardX11 yes
RhostsAuthentication yes
/opt/openssh-2.9p1/etc/sshd_config is:
Port 22
IgnoreRhosts no
StrictModes yes
2003 Aug 09
1
hosts.equiv and .rhosts
Hi,
How to use hosts.equiv and .rhosts in samba and can you please send me
an example of them
____________________________________________
Mohammed Al-Shabib Baker <http://www.bakerhughes.com/> Hughes.com Tel.
(+973) 586000 Fax (+973) 580626 P.O. box 18199, Manama, Bahrain My
<mailto:Mohammed.Al-Shabib@bakerhughes.com> E-Mail
Baker Hughes Geoscience
2002 Jul 03
2
--{enable/disable}-suid-ssh removed, rhosts auth gone when UID != 0
Hi,
According to ChangeLog someone "(bal)" removed -{enable/disable}-suid-ssh
from configure (dating from 2002/06/07). Don't know the reason, probably
this has something to do with PrivilegeSeparation.
Consequence is: Users with UID != 0 are no longer able to allocate
privileged ports, sshd answers "Rhosts Authentication disabled,
originating port will not be
2001 Aug 10
2
Rhosts Authentication Problem on Solaris
Anyone, HELP!!!!!!!!!!!!!!
I currently installed openssh-2.9p2 on SunOS 5.7 and 5.8. From the very
moment that start to ssh out I get "Rhosts Authentication disabled ;the
originating ip will not be trusted". I 've put "Useprivileged yes " in the
ssh_config file, but then the ssh complains that there is a bad config line.
Can some one tell me what is going on and how can I
2001 Apr 24
1
change in rhosts-rsa behavior
Can anyone remind me of the reason for breaking the rhosts-rsa protcol
(by not using a privilaged port by default)?
--
Mike Stone
2004 Aug 24
1
Possible problem with hostbased protocol 1 rhosts authentication
I found this problem when working with the Suse9.1 distribution, but have
since reproduced it with a vanilla build of Openssh
(openssh-3.9p1.tar.gz). Basically I cannot get a command like this:
XXXX>ssh -vvv -1 -o "RhostsAuthentication yes" AAAA
to work. Yes the appropriate settings are in the servers sshd_config file.
Hostbased protocol 1 ssh using rhosts between computers is
2006 Feb 22
1
Does anyone use rhosts or hosts equiv autentication in Samba ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
I'm looking to remove some more old code. Does anyone use
either of these features currently?
cheers, jerry
=====================================================================
I live in a Reply-to-All world -----------------------
Samba ------- http://www.samba.org
Centeris
2000 Jan 17
0
Great, another rhosts bug ...
Wow, this is definitely turning out to not be my month ... upgrade all the
servers to OpenSSH due to SSH1.2.26 vulnerabilities ... .rhosts doesn't
work anymore :(
Get that fixed ... now rhosts of usera:hosta -> userb:hostb, where
userb:hostb's rhosts has 'hosta usera' in it fails ...
I don't know if these are problems specific to Solaris 7 or not, but can
ppl check their
2000 Jan 13
0
pre25 not honoring .rhosts?
One our servers at work, I use ssh/rdist to sync binaries on various
machines...one master server, several client machines. This requires the
ability to ssh to the remote host without a password, so I have a .rhosts
setup on the remote host, trusting the 'central server'...
With pre25, I can't seem to get this to work anymore...
I have
PermitRootLogin yes
IgnoreRhosts no
set ...
2000 Aug 25
0
permissions to read .rhosts?
I know I shouldn't :)
But, I have a requirement for a group writable home directory that has a
.rhosts file that I want OpenSSH to be able to use.
When I set the group writable permissions for the directory, OpenSSH
rejects the .rhosts file as it doesn't like the permissions.
Is there a workaround or an option to control this, I don't want to
hack the source unless I absolutely have
2001 Jan 23
0
using rhosts on AIX
Hi,
i'm trying to use rhosts with RSA to allow me to run commands as
root. My AIX system is setup to not allow remote logins using the file
/etc/security/user. On my other systems, i can use rsh to run commands,
but i cannot login. When i try the same with ssh, it does not work.
i'm not really sure what i should be seeing in the debug output. To me,
it doesn't even look like it
2000 Jul 03
1
rhostsauthentication fails. (Or why I hate poorly documented software.)
I have a ssh enabled server and client machine (we'll call them "server"
and "client" respectively...)
They both have proper RSA and DSA keys,using protocol version 2 works
fine between them. (so ssh itself and the network is working fine)
However, I want to get something that will work with rsync without having
to manually enter passwords, passphrases, or enter such
2001 Jun 04
1
[PATCH]: Add check_ntsec to ownership/mode tests
Hi,
I have added calls to `check_ntsec()' to the code which checks
for the ownership and modes of identity files and directories.
As you might know, check_ntsec() tests if owner/modes are
supported by the OS (9x/ME=no, NT/W2K=yes), the filesystem
(FAT/FAT32=no, NTFS=yes) and the current Cygwin settings
(ntea/ntsec).
Corinna
Index: auth-rhosts.c
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
2003 Mar 21
5
[Bug 516] RhostsAuthentication failing under AIX 4.3.3
http://bugzilla.mindrot.org/show_bug.cgi?id=516
Summary: RhostsAuthentication failing under AIX 4.3.3
Product: Portable OpenSSH
Version: 3.5p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: