Re: multiple users sharing ssh_host keys on winxp
- From: Jeff B <jbeardNo-Spam1185@xxxxxxxxxxxx>
- Date: Fri, 16 Dec 2005 12:35:03 -0800
joannaho@xxxxxxxx wrote:
Hi,
I just got my sshd working for a user on winxp, problem is that my username has a "space" in it so it causes problems when i try to ssh into my acct. my username is : Joanna Ho
So, i created a new user w/ no spaces w/ administrative priveleges just like my user mentioned above so that i can ssh into this user called "joanna"
in "joanna" when i type:
/usr/sbin/sshd.exe i get:
could not load host key: /etc/ssh_host_key could not load host key:/etc/ssh_host_rsa_key could not load host key:/etc/ssh_host_dsa_key disabling protocol version 1. could not load host key disabling protocol version 2. could not load host key sshd: no hostkeys available -- exiting
i tried changing my permissions of my ssh_host_keys in my Joanna Ho acct. so that they are executable by other users, however, although i have 711 permissions, it still lists under category :
-rwx--x--x--- 1 Joanna Ho None 540 Dec 21 22:09 ssh_host_dsa_key
im not sure if the "none" is a problem. i can't change this "none" to users i dont' think you can do this under xp.
any comments would be appreciated.
Thanks.
Recall, SSH is designed to access a remote computer. As such, there's always the question, What is the OS and what are its rules for login?
To access remote systems login (eg: joeuser@remotehost ) the logins are typically one-word-tokens. you might try "Joanna Ho"@remotehost, but I doubt this will work.
The *keys need to be generated from the login on the source host. If you're using host authentication, then the trusted hosts will get updated for the first access to the remote. For key based authentication, the *pub key needs to be loaded on the the remote host to validate the pass-pharse properly.
-- --- Jeff B (remove the No-Spam to reply) .
- Follow-Ups:
- Re: multiple users sharing ssh_host keys on winxp
- From: pbarwich
- Re: multiple users sharing ssh_host keys on winxp
- References:
- multiple users sharing ssh_host keys on winxp
- From: joannaho@xxxxxxxx
- multiple users sharing ssh_host keys on winxp
- Prev by Date: multiple users sharing ssh_host keys on winxp
- Next by Date: Re: Obtaining client options via cmdline
- Previous by thread: multiple users sharing ssh_host keys on winxp
- Next by thread: Re: multiple users sharing ssh_host keys on winxp
- Index(es):
Relevant Pages
|