similar to: rsh with passwords

Displaying 20 results from an estimated 9000 matches similar to: "rsh with passwords"

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 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
2004 Aug 04
4
FCC Rules VoIP Must Be Tappable
http://yro.slashdot.org/article.pl?sid=04/08/04/2212251&tid=158&tid=95&tid=103 Probably some of you already saw this. Now, beyond discussions regarding the legitimacy of such a ruling (whether they have the legal, moral or whatever right to enforce it), there's the technical aspect. Suppose i provide VoIP services using Asterisk, and i fall under the incidence of the FCC ruling
2008 Jul 07
3
rsh problems in CentOS 5.2 (was "cvs command failure on 5.2")
Okay, I've narrowed the problem down quite a bit. As previously reported, in CentOS 5.2 I get this: $ cvs log Makefile poll: protocol failure in circuit setup cvs [log aborted]: end of file from server (consult above messages if any) Turns out this is a problem with rsh: $ rsh khan ls connect to address 10.24.15.48 port 544: Connection refused Trying krb4 rsh... connect to address
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
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
2009 Feb 20
1
Getting "poll: protocol failure in circuit setup" from rsh
Hi all, I inherited a cpu-stats script from the previous *nixadmin at our department. This script relies on a rsh-command to get the vmstats from the remote machines and then using a perl script to push it to a web server. Now I''ve just added a new machine running CentOS 5.2 x64 to the script and I get the error message in the subject line; "poll: protocol failure in circuit
2015 Apr 14
2
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
On 2015-04-14 11:25, Gordon Messmer wrote: > On 04/14/2015 11:07 AM, Florin Andrei wrote: >> I looked in the yum repositories for CentOS 7 and I noticed that there >> are no packages for any of the major open source IPSec VPN apps - >> Openswan, strongSwan, etc. I'm pretty sure CentOS 6 had Openswan >> packages. > > libreswan replaced openswan, and is
2015 Apr 14
1
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
On 2015-04-14 11:44, Eero Volotinen wrote: > 2015-04-14 21:40 GMT+03:00 Florin Andrei <florin at andrei.myip.org>: >> >> http://serverfault.com/a/655752/24406 >> >> If that is accurate, the documentation, and the clustering / load >> balancing might tilt the balance in the direction of strongSwan. >> >> > Well, both packages can do ipsec to
2004 Jul 16
3
PSTN/phone/FXO/FXS cabling issue
I just received a Wildcard TDM400P by FedEx yesterday. I noticed that the FXO/FXS modules use connectors similar to Ethernet. Now, i want to connect the TDM400P to the PSTN connector in the wall, and also to a regular analog phone. Both the PSTN conn and the phone use smaller connectors, typical for analog phones. I searched the "official" docs and the Wiki, there's good
2007 Mar 20
4
SATA RAID card recommendation?
I need a SATA RAID PCI card that works well with CentOS and is fully supported. Mandatory features: - works with the drivers already in the kernel, no additional drivers - can do RAID 0, 1 and 5 - hotswap - allows to monitor the status of the array and of each individual drive via a script (ideally run from cron) - works with very large SATA drives Nice to have features but not mandatory: -
2008 Aug 25
2
slow Perl on CentOS 5
If your Perl apps are unusually slow on CentOS 5, have a look at this blog: http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/ In a nutshell: some Perl apps are 100x slower on RedHat / CentOS 5 compared to other distributions. Bugzilla entry: https://bugzilla.redhat.com/show_bug.cgi?id=379791 -- Florin Andrei http://florin.myip.org/
2015 Apr 14
3
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
I looked in the yum repositories for CentOS 7 and I noticed that there are no packages for any of the major open source IPSec VPN apps - Openswan, strongSwan, etc. I'm pretty sure CentOS 6 had Openswan packages. What is the current consensus w.r.t. building an IPSec VPN "server" (concentrator, whatever) on CentOS 7, that will do site-to-site connections with Cisco hardware at
2014 Dec 08
4
print something on console after boot
CentOS 7 How do I print something on the text-mode console right after the OS has finished booting? I've a virtual instance and I need to know its IP address after it has finished booting up, to know where to ssh into it. I've tried adding "ip -4 addr > /dev/tty0" to rc.local, but that obviously doesn't work, because the login prompt overwrites everything I do. --
2017 Mar 14
4
Rsyncing without RSH or SSH ?
People, This doesn't seem possible - would it be possible to hack a version of rsync to do it? As an exercise, I want to create a VM image (or at least backup of all the files with rsync) from a SCSI drive in an old Red Hat (NOT Enterprise) v5.2 Linux 486 machine (circa 1999 that does have rsync on it but it has protocol problems talking my server). The 486 has: - an ISA Adaptec 1542
2009 Sep 05
3
caching pipe?
Is it possible to add caching to a pipe? cat blah | in_RAM_cache_here -s SIZE | something else I'm doing what is essentially a cat (*) from a DVD directly to an NFS share. It looks like the two media (DVD and NFS) have very different read / write behaviors, speeds and timings, and the overall process is not as fast as possible. So I was wondering if some kind of cache inbetween might be
2008 Jun 19
3
3ware performance in CentOS
Have a look at these pages: http://www.bofh-hunter.com/2008/06/13/3ware-performance-in-centos/ https://bugzilla.redhat.com/show_bug.cgi?id=444759 I'm comparing the default 5.1 64bit kernel with the patched one posted in the bug report (kernel-2.6.18-53.1.21.el5.bz321111.x86_64) and I don't quite see any significant difference in write performance for this command: dd if=/dev/zero
2007 Jul 10
2
video calls - Windows / Linux interoperability ?
I will install Asterisk on my home server, I want to be able to route video calls, but I need the Windows and Linux clients to be interoperable. On Linux, it looks like Ekiga is a good candidate. But how about Windows? Anyone using Kapanga in an Asterisk network that includes Ekiga? Are these two interoperable? I'm not necessarily looking for open source software, free for personal use is
2007 Oct 04
7
rolling your own kernel - guidelines?
Let's say I want to use a much newer kernel - even one from the future, such as the upcoming 2.6.24. :-) What would y'all smart folks do in this case, in order to avoid any possible nasty consequences? Would you import the config file from the original CentOS5 kernel into the new kernel, and let the kernel deal with the differences? I.e. have the old configuration as some sort of
2011 Apr 15
4
cross-platform email client
I'm a Thunderbird user almost since day one, but now I'm looking for something else. For whatever reason, it doesn't work well for me - every once in a while it becomes non-responsive (UI completely frozen for several seconds, CPU usage goes to 100%) and I just can't afford to waste time waiting for the email software to start working again. My main desktop platform is Linux,