Displaying 20 results from an estimated 3000 matches similar to: "AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !"
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/
1997 Sep 16
8
Re: Security Concern..
[Mod: This message is a reason *why* linux-security is moderated list. This
is also a reason why Rogier, myself, Alan Cox and others really do not want
to have completely open lists that deal with security related aspects of
running a system as way too many people just jump to conclusions and give
suggestions without doing any reasearch on a subject. -- alex (co-moderator
of
2001 May 22
1
ssh looks at rlogin=false only at startup
Very early on in what seems to be quite a hot debate sometimes, I pointed
out that sshd only controls rlogin=false at its startup, and if it is
changed, sshd simply ignores it ie:
chuser rlogin=true root
sshd
chuser rlogin=false root
Will result in sshd ACCEPTING login from root, ie it seems to only check at
its startup - is this a bit like ulimit behavior where you need need to log
out and in
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
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 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
2003 Nov 24
4
OT: reasoning behind open vs. closed SSH
Let me preface this message by saying that the "General Discusion" mailing list archived was
filled with 99% spam, so I though I'd post here instead to get some real people.
My employer is using SSH to replace rcp, rsh and rlogin in its UNIX products.
Our experience so far is that the commercial product is slow(1), and difficult to use in scripts
where standard input and output are
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
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.
2002 Jan 22
7
AIX reading /etc/environment out of step.
I was discussing with Don about a private topic..and while skimming the
code I noticed that during a 'ssh mouring at site ls' the /etc/environment
is *ONLY* read if the remote machine is an AIX box. This is undocumented
and I'm wondering if someone using AIX could explain WHY it exists in the
session.c:do_child()? No other OS has this. I don't see why AIX should
require it.
2000 Jan 16
3
PAM config file installation
This might have been covered before and I've missed it. If so, sorry in
advance.
The file sshd.pam.generic didn't work for me on Linux RH6, I guess it's
a Solaris file. Instead I copied the file /etc/pam.d/rlogin to
/etc/pam.d/sshd . I wonder if this isn't a good way to go about things
anyway, have an install target that does just that?
Perhaps the rsh file is more appropriate
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it
can be useful sometimes, even though I'd prefer this to be done using a
trivial shell wrapper, which would be the UNIX way of doing things.
Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in
the way when having to maintain two versions of ssh in parallel because the
``ssh ->
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
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
2001 Sep 09
2
scp bug with 0x0a in filename:
This bug (Debian bug number 111692) occurs with filenames that have the
character 0x0a in them (newline).
This is how one repeats it:
ming.empire.pick.ucam.org:~/ssh-test/ # [01/09/10.00:15:50] $
: bash[592] ; cat > 'x
x'
This is a test.
ming.empire.pick.ucam.org:~/ssh-test/ # [01/09/10.00:16:17] $
: bash[593] ; scp 'x
x' dorothee:ssh-test/
2018 Oct 21
2
The first command of a nested compound command receives no arguments
On Sun, Oct 21, 2018 at 07:30:44PM +0200, Gert Doering wrote:
> On Sun, Oct 21, 2018 at 10:21:56AM -0700, Parke wrote:
> > On Sun, Oct 21, 2018 at 3:32 AM Timo Kilpilehto <timo at kilpilehto.fi> wrote:
> > > eval sh -c "echo none of this makes any difference"
> >
> > Where is it documented that ssh is going to eval my command? The fact
> >
2002 Mar 14
1
SCP or RCP standards
Hi All,
I am looking for SCP or RCP standards. I searched on the web but I am not
able to find the standards. Please mail me the link where I can find the
standards for SCP or RCP.
Thanks,
Abhijeet
2003 Oct 31
1
rsync & rcp
On 30 Oct 2003, aslan@io.com wrote:
>
> I was hoping that since you guys are the authors to rsync that
> you could answer a simple question for me.
>
> I'm trying to transfer files via the rsh/rexec protocol by
> remotely executing a cat command, i.e. "cat > foo.txt"
> and then sending data through the socket to the stdin of the remote
> process. This all
2003 Feb 20
2
rsync vs. rcp
I got used to rsync's -v --progress option so much that I used it
instead of rcp even to simply copy files across the network. I dont
like software that doesnt talk to me! :-) I like the percentage bar
that --progress gives!
To my surprise, I found that, when dealing with 1GB+ files, rsync is
4-5 _times_ slower than rcp.
Yes, I know that rsync is optimized for sending deltas to a file
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