About 219,000 results
Open links in new tab
  1. What is "rsh" and how to disable it? - Unix & Linux Stack Exchange

    rsh is remote shell and it is unencrypted, that's why you should disable it. I don't know which OS you are talking about, but for RHEL (like sr_ already stated) edit /etc/xinetd.d/rsh and set …

  2. how to install rsh/rlogin on RHEL 9 - Unix & Linux Stack Exchange

    Nov 28, 2022 · I need to install rsh/rlogin services on a RHEL9 host. It looks like these services were removed from the distribution and also from EPEL. I know all the reasons not to install …

  3. rsync over local network using RSH returning "Permission denied ...

    Nov 12, 2022 · I've got rsync installed on my two machines on the same local network. I'm trying to sync the /var/www/html/ folder between the two of them. I've created a user on Machine A …

  4. How can I install rexecd on Ubuntu - Unix & Linux Stack Exchange

    Oct 11, 2017 · I tried to install rexecd executing this codes: apt-get install xinetd apt-get install rsh-server But, following the steps found on a web page, I try access to /etc ...

  5. When i try to backup remote server with rsnapshot it errors out …

    Jan 21, 2025 · Every time I try running sudo rsnapshot -v alpha I get this type of error(it errors for every backup entry I have): ERROR: /usr/bin/rsync returned 255 while processing …

  6. RSH giving Connectin Refused error on RHEL - Unix & Linux Stack …

    What is the reason you want to use rsh? Ssh offers the same functionality but securely and is normally installed and running by default. If you need rsh for some reason please add the …

  7. centos - rsh runs perfectly in normal user but not in root, very ...

    The first example tries to login as root on the system and run pwd while the second example logins via service and runs pwd. It is likely that your configuration does either not allow logins …

  8. How enable non-privileged user to connect using rsh?

    Feb 26, 2018 · The rsh-server and rsh packages was installed in both. At both hosts, the rsh deamon was activated, the commands rsh,rlogin,rexec was added to /etc/securetty, at …

  9. gnu tar - GNU tar not ignoring directories in gitignore with

    Aug 24, 2019 · gtar cvaf rsh.tar.gz --exclude-vcs-ignores --exclude-vcs rsh Unfortunately, the build/ directory is included in the tarfile, in spite of build/ being specified in the .gitignore.

  10. What does the output "shell 514/tcp cmd no passwords used" …

    Mar 2, 2021 · Port 514 is sometimes used for Remote Shell, a command called rsh. It is for remote control of a server but by default does not provide for encryption or passwords.