[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ssh install problems



> Hi again.
> well I got it installed and I think it is running although if someone
> could tell me the command to verify this fact that would be great.
> I am now trying to connect with nifty telnet on a mac.  Guess what.
> No Luck.
> As a side effect I had to turn off ssl because I keep getting error
> messages in netscape 4.72. when I try to go to the UI.
> Works fine in explorer 4.5 thought. Strange.
> This SSH is a pain!  I already had to do a reinitialize from CD.  I
> don't want to do it again.
> Please HELP!

ssh and ssl have nothing in common (except that they are both encrypting
com)

in order to test your install:

1) Test the client by

ssh other.server.that.runs.ssh.where.you.have.an.account.com

see if it connects

2) Test the server

    # sshd

that sould start the daemon

    # ssh localhost

that sould ask you for a password (if the client AND the server were
both installed correcly)

read the man pages for more info...

    # man ssh
    # man sshd

PS: and don't worry about ssh2 you don't need it. There a small and free
ssh1 client that runs on windoze called putty. It should be good for
starters...