Re: Getting ssh to work

2000-11-26 Thread Adam Langley
On Sun, Nov 26, 2000 at 11:27:10AM +, Tom Huckstep wrote: > What do I need to do to ssh to get it to work. After installing it I > tried: The config files are in /etc/ssh. You will want to look thru /etc/ssh/sshd_config at least. sshd isn't started by default. run `/etc/init.d/ssh start` (

Getting ssh to work

2000-11-26 Thread Tom Huckstep
What do I need to do to ssh to get it to work. After installing it I tried: 11:25 ~$ ssh localhost Secure connection to henry refused. `henry' is the name of my system. Do I need to edit some configuration files? Tom