Installing Bastille 2.x on Red Hat (Classic, Enterprise or Fedora Core), SuSE or Mandrake is easiest via the RPM. You need to install the Bastille RPM as well as a supporting perl module to provide either the graphical or text-based interface.
rpm -ivh Bastille-3.0.7-1.0.noarch.rpm
You can usually do this most easily by getting the RPM shown in this table, installing it via this command:
rpm -ivh perl-Tk-a.b-c.i386.rpm or rpm -ivh perl-Curses-d.e-f.i386.rpm
Alternatively, you can install these using the CPAN method, described here.
bastille -x (for Graphical Mode Hardening) or bastille -c (for Text Mode Hardening) or bastille --report (for Assessment and Reporting)
ssh -X root@remote_box (when you were already SSH-ing) OR ssh -X root@127.0.0.1 (when you would normally just su)