Re: Password ssh between NT/win2k machines
From: Michael Sierchio (kudzu@tenebras.com)
Date: 04/04/03
- Previous message: olaf weiser: "failures with openssl"
- In reply to: Jeffery S. Malloch: "Password ssh between NT/win2k machines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 04 Apr 2003 10:06:43 -0800 From: Michael Sierchio <kudzu@tenebras.com> To: "Jeffery S. Malloch" <jmall@lsil.com>
Jeffery S. Malloch wrote:
> Could someone please provide instructions on setting up passwordless shh
> between two pcs? It appears to kind of work but there is some sort of
> windows permissions problem that I am running into.
This depends in part on the implementation. Using OpenSSH/Cygwin?
create .ssh dir in the user's "home" directory -- this of course
will depend on the creation of an /etc/passwd file via 'mkpasswd' --
depending on the options, it will either be /Documents and Settings/<username>
or /home/<username> or something else.
for each user do an ssh-keygen, etc. and copy the trusted pub keys
to ~/.ssh/authorized_keys.
If you're not using OpenSSH/Cygwin, you should be ;-)
- Previous message: olaf weiser: "failures with openssl"
- In reply to: Jeffery S. Malloch: "Password ssh between NT/win2k machines"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]