On Tue, 2002-09-17 at 20:45, Edward Dekkers wrote:
> I wanted to set up ssh instead of telnet because of the security issues
> involved.
> 
> I downloaded and installed (via apt-get) openssh. rpm -q openssh gives me
> openssh-3.1p1-6
> 
> However, I can't find a man page for it nor an ntsysv entry or anything.
> 
> What else do I need to set up ssh? I'm assuming I need a daemon called sshd
> or something but it didn't seem to install with openssh.

You need to install openssh-server. See Description below

[saul@saul saul]$ rpm -qi openssh
Name        : openssh        Relocations: (not relocateable)
Version     : 3.1p1          Vendor: Red Hat, Inc.
Release     : 6              Build Date: Wed 26 Jun 2002 03:56:22 PM EDT
Install date: Sat 29 Jun 2002 04:41:25 PM EDT
Build Host: daffy.perf.redhat.com
Group       : Applications/Internet         Source RPM:
openssh-3.1p1-6.src.rpm
Size        : 627058                           License: BSD
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://www.openssh.com/portable.html
Summary     : The OpenSSH implementation of SSH.
Description :
SSH (Secure SHell) is a program for logging into and executing
commands on a remote machine. SSH is intended to replace rlogin and
rsh, and to provide secure encrypted communications between two
untrusted hosts over an insecure network. X11 connections and
arbitrary TCP/IP ports can also be forwarded over the secure channel.

OpenSSH is OpenBSD's version of the last free version of SSH, bringing
it up to date in terms of security and features, as well as removing
all patented algorithms to separate libraries.

This package includes the core files necessary for both the OpenSSH
client and server. To make this package useful, you should also
install openssh-clients, openssh-server, or both.

-- 
Saul Arias - [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to