Re: Openssh
Hi Mike
On Sat, May 08, 2004 at 10:08:24PM -0400, Michael Banta wrote:
> Hello.
>
> I just installed a new Debian box and I want to add OpenSSH (server and client) to the machine. I have an updated list of apt packages, but I cannot seem to find the package.
>
> apt-get install ssh does not work. I have been searching on the internet for which source list I should add to sources.list, but have been unsuccessful.
Why doesn't it work? (What is the error?) It should be in the normal debian
package list. Find attached the output of apt-cache show ssh.
(OK, I use testing, but I think it's also in stable - correct me if I'm wrong!)
>
> Can anyone point me in the right direction?
>
> Thanks
> Mike
HTH
--
Joachim Fahnenmüller
# Hi! I'm a .signature virus. Copy me into
# your ~/.signature to help me spread!
Package: ssh
Priority: standard
Section: net
Installed-Size: 1656
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Source: openssh
Version: 1:3.8p1-3
Provides: rsh-client
Depends: libc6 (>= 2.3.2.ds1-4), libpam0g (>= 0.76), libssl0.9.7, libwrap0, zlib1g (>= 1:1.2.1), debconf (>= 1.2.0), libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0)
Suggests: ssh-askpass, xbase-clients, dnsutils
Conflicts: ssh-nonfree (<< 2), ssh-socks, ssh2, sftp, rsh-client (<< 0.16.1-1)
Filename: pool/main/o/openssh/ssh_3.8p1-3_i386.deb
Size: 712828
MD5sum: 8b496379710f4e38c281bda21ed61335
Description: Secure rlogin/rsh/rcp replacement (OpenSSH)
This is the portable version of OpenSSH, a free implementation of
the Secure Shell protocol as specified by the IETF secsh working
group.
.
Ssh (Secure Shell) is a program for logging into a remote machine
and for executing commands on a remote machine.
It provides 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.
It is intended as a replacement for rlogin, rsh and rcp, and can be
used to provide applications with a secure communication channel.
.
This package provides both the ssh client and the sshd server.
.
--------------------------------------------------------------------
.
In some countries it may be illegal to use any encryption at all
without a special permit.
Task: unix-server
Package: ssh
Status: install ok installed
Priority: optional
Section: non-US/main
Installed-Size: 1504
Maintainer: Matthew Vernon <matthew@debian.org>
Source: openssh
Version: 1:3.4p1-2
Provides: rsh-client
Depends: libc6 (>= 2.2.4-4), libpam0g (>= 0.72-1), libssl0.9.6, libwrap0, zlib1g (>= 1:1.1.4), libpam-modules (>= 0.72-9), debconf, adduser
Suggests: ssh-askpass, xbase-clients, dpkg (>= 1.8.3.1), dnsutils
Conflicts: ssh-nonfree (<< 2), ssh-socks, ssh2, debconf (<< 0.2.17), debconf-tiny (<< 0.2.17), sftp, rsh-client (<< 0.16.1-1)
Conffiles: ***
Description: Secure rlogin/rsh/rcp replacement (OpenSSH)
This is the portable version of OpenSSH, a free implementation of
the Secure Shell protocol as specified by the IETF secsh working
group.
.
Ssh (Secure Shell) is a program for logging into a remote machine
and for executing commands on a remote machine.
It provides 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.
It is intended as a replacement for rlogin, rsh and rcp, and can be
used to provide applications with a secure communication channel.
.
--------------------------------------------------------------------
.
In some countries, particularly Iraq, and Pakistan, it may be illegal
to use any encryption at all without a special permit.
Reply to:
- References:
- Openssh
- From: "Michael Banta" <mbanta@bantacomputers.com>