Phill -

A couple things you might want to check.

#1 Ensure that the SSH daemon is enabled.

You can do this using ps -ef | grep ssh if not

create a file "S10opensshd" apply chmod 744 S10opensshd permissions, do this
as root.

using vi add /usr/local/sbin/sshd - This is the path to execute the daemon.

#2 Add a service for ssh in the /etc/services file.

Using vi add ssh        22/tcp    #sshd

#3 reboot your system

#4 add the keys to /.ssh/authorized_keys file.

Regards,
Robert J. Schadey
The MITRE Corporation
[EMAIL PROTECTED]
 


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Bruce, Phillip
Sent: Monday, March 05, 2001 4:34 PM
To: '[EMAIL PROTECTED]'
Subject: Setting up a SSH Server


Hi,

  I like to know what I'm doing wrong here.

  I'm using openssh 2.5.1p1 version. Which
  is configure on Intel Hardware running Solaris 2.8.
  I'm planning on using ssh1.

  I can ssh locally but not remotely. The clients I have
  is using Putty.

  I created the key pairs on the client. Shouldn't the clients
  public pair be located on the Server. If so where should these
  be located at in the /usr/local/etc ? is where my ssh_conf file
  is anyway.

  Thanks for the tip.

******************************************************************
Phillip B. Bruce
Manager, KCNS Practice - KPMG Consulting
500 E. Middlefield Road
Mt.View, CA 94043
Phone: 650-404-4132
******************************************************************



********************************************************************
*********
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter.
********************************************************************
*********


Reply via email to