[513] Rlogin

Install tools

apt-get install rsh-client

Find .rhost files

A .rhosts file is a plain text file that allows users to remotely log in to a system without a password. It's stored in a user's home directory.

find / -name .rhosts

Authentication

rsh root@build.vl

Last updated