mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
7b27885ee4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3867 af4574ff-66df-0310-9fd7-8a98e5e911e0
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="basicnet-netprogs-openssh">
|
|
<?dbhtml filename="openssh.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>OpenSSH-&openssh-version; Client</title>
|
|
|
|
<para>The <command>ssh</command> client is a secure replacement for
|
|
<command>telnet</command>. If you want to install it, the instructions can be
|
|
found in Chapter 22 – <xref linkend="openssh"/>. Note that if you only
|
|
want to use the client, you do <emphasis>not</emphasis> need to run the server
|
|
and so do not need the startup script and links. In accordance with good
|
|
practice, only run the server if you actually need it (and if you don't know
|
|
whether you need it or not, it's likely that you don't!).</para>
|
|
|
|
</sect1>
|