old-www/LDP/solrhe/Securing-Optimizing-Linux-R.../soft-netsecured.html

205 lines
3.4 KiB
HTML

<HTML
><HEAD
><TITLE
>Software -Securities</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.60"><LINK
REL="HOME"
TITLE="Securing and Optimizing Linux"
HREF="index.html"><LINK
REL="UP"
TITLE="Software -Networking"
HREF="soft-net.html"><LINK
REL="PREVIOUS"
TITLE="Software -Networking"
HREF="soft-net.html"><LINK
REL="NEXT"
TITLE="OpenSSH"
HREF="chap15sec119.html"></HEAD
><BODY
CLASS="chapter"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Securing and Optimizing Linux: RedHat Edition -A Hands on Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="soft-net.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="chap15sec119.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="chapter"
><H1
><A
NAME="prt6ch15ssh"
>Chapter 15. Software -Securities</A
></H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>15.1. <A
HREF="chap15sec119.html"
>OpenSSH</A
></DT
><DT
>15.2. <A
HREF="chap15sec120.html"
>Configure and optimise Openssh</A
></DT
><DT
>15.3. <A
HREF="chap15sec121.html"
>Configure the <TT
CLASS="filename"
>/etc/ssh/ssh_config file</TT
></A
></DT
><DT
>15.4. <A
HREF="chap15sec122.html"
>Configure the <TT
CLASS="filename"
>/etc/ssh/sshd_config file</TT
></A
></DT
><DT
>15.5. <A
HREF="chap15sec123.html"
>Configure OpenSSH to use TCP-Wrappers/inetd super server</A
></DT
><DT
>15.6. <A
HREF="chap15sec124.html"
>OpenSSH Per-User Configuration</A
></DT
><DT
>15.7. <A
HREF="chap15sec125.html"
>OpenSSH Users Tools</A
></DT
><DT
>15.8. <A
HREF="chap15sec126.html"
>Installed files</A
></DT
></DL
></DIV
><DIV
CLASS="highlights"
><A
NAME="AEN7881"
></A
><P
>&#13; As illustrated in <A
HREF="installlin.html"
>Installation of your Linux Server</A
>, many network services including, but not limited, to telnet, rsh, rlogin, or rexec are vulnerable to electronic eavesdropping. As a consequence, anyone
who has access to any machine connected to the network can listen in on their communication and get your password, as well as any other private information that goes over the network in plain text. Currently the Telnet
program is indispensable for daily administration task, but is insecure since it transmits your password in plain text over the network and allows any listener to thereby use your account to do anything he likes. To
solve this problem we must find another way, or program, to replace it. Fortunately OpenSSH is a truly seamless and secure replacement of old, insecure and obsolete remote login programs such as telnet, rlogin, rsh, rdist,
or rcp.
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="soft-net.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="chap15sec119.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Software -Networking</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="soft-net.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>OpenSSH</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>