I did the first steps in opposite order. I ran keygen on server (linux
machine) via telnet, and then ftp'd the keys down to my windows machine.
Then added the public key to the authorized_keys file.  I think sshd needs
to be configured...

Thanks,
        Jeremy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jeremy Booker
JTech Web Systems
(www.JTechWebSystems.com -- Coming Soon)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message -----
From: "Blake Thornton" <[EMAIL PROTECTED]>
To: "Jeremy" <[EMAIL PROTECTED]>
Sent: Sunday, December 02, 2001 9:09 PM
Subject: Re: SSH help


> Here are my steps:
>
>
> run ssh-keygen
>
> now copy the file
> ~/.ssh/identity.pub
> on the local machine into the remote account file
> ~/.ssh/authorized_keys
>
> scp ~/.ssh/identity.pub
> remote@remote:~/.ssh/authorized_keys
>
> at remote account:
> chmod 644 .ssh/authorized_keys
>
> then there is an issue about ssh1 vs ssh2.  not sure I really understand
> this one:
>
> There are now two options:
> Option1: (not soo good)
> Now, to ssh, use the command:
> ssh -1 -l remote-username remote-host
> (the issue is that I'm running ssh2, but remote-host is running ssh1)
>
> to rsync, use the command:
> rsync -uvza -e 'ssh -1' sourcedir destdir
>
> Option 2 (the right thing to do):
> touch ~/.ssh/config
> chmod 600 ~/.ssh/config
> echo "Protocol 1,2" >> ~/.ssh/config
>
> thats all I know and it works for me.
>
> b
>
>
> On Sun, 2 Dec 2001, Jeremy wrote:
>
> > Hi,
> >     I'm trying to connect to my server remotly though SSH. I'm using the
SSH extension to Tera Term on windows ME.  I've created my keys (with a
password) on the remote machine (the linux box) and ftp'd it to my windows
machine. I setup Tera Term to use the keys. But the server will never excpet
the password.  What am I doing wrong?  How would I go about setting this up?
(So far I've just been going by what i've gathered from various website..).
> >
> > Thanks,
> >         Jeremy
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Jeremy Booker
> > JTech Web Systems
> > (www.JTechWebSystems.com -- Coming Soon)
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to