Re: OpenSSH Links and Installation
From: brendan (brendan@ming.org)Date: 08/18/01
- Previous message: stephen@acgroup.ucsc.edu: "Re: Alert from kernel"
- In reply to: Seth Arnold: "Re: OpenSSH Links and Installation"
- Next in thread: Rajeev Kumar: "Re: OpenSSH Links and Installation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Subject: Re: OpenSSH Links and Installation From: brendan <brendan@ming.org> To: focus-linux@lists.securityfocus.com Date: 17 Aug 2001 17:18:15 -0700 Message-Id: <998093895.432.124.camel@glo-home>
> > Just wondering if anyone knew of some helpful links for OpenSSH,
> > particularly listing exploits, information on current packages, and
> > installation procedures on Solaris and Linux.
> www.openssh.com is the best source of information for install
> procedure, up-to-date versions, etc.
make sure to read the docs and check the section on PAM if you are
building on linux (since most/all? recent distros are using PAM).
without PAM support on a PAM host, you'll get weird authentication
problems.
it's --enable-pam or --with-pam to configure (one of the two, i'm too
lazy to check), then you need to copy the redhat sample pam file to
/usr/local/etc (or whatever your install root is).
make install will generate an ssh1 host key, if you want to use ssh2 or
both, just generate one with ssh-keygen (look at the makefile for the
syntax for ssh2). then in your sshd_config file, reference both host
keys, ie:
HostKey /usr/local/etc/ssh_host_key
HostKey /usr/local/etc/ssh2_host_key
-- POISON! DANGER! CORROSIVE. EXTREMELY HAZARDOUS LIQUID AND VAPOR. DO NOT ALLOW EMAIL TO COME INTO CONTACT WITH EYES OR SKIN. DO NOT INJEST. CAUSES BONE DAMAGE. AFFECTS RESPIRATORY SYSTEM, HEART, CIRCULATORY SYSTEM, CENTRAL NERVOUS SYSTEM AND KIDNEYS.
- Previous message: stephen@acgroup.ucsc.edu: "Re: Alert from kernel"
- In reply to: Seth Arnold: "Re: OpenSSH Links and Installation"
- Next in thread: Rajeev Kumar: "Re: OpenSSH Links and Installation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|