Re: multiple users sharing ssh_host keys on winxp



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)
.



Relevant Pages

  • RE: sshd / ssh setup
    ... We have an Remote FreeBSD system which is located some where on the ... This method gives the maximum protection possible utilizing ssh. ... Host setup steps. ... Reboot your system to activate sshd and login as root. ...
    (freebsd-questions)
  • Re: multiple users sharing ssh_host keys on winxp
    ... could not load host key ... SSH is designed to access a remote computer. ... What is the OS and what are its rules for login? ...
    (comp.security.ssh)
  • Re: Cant login Win XP to XP via VPN
    ... their crentials (when at the host). ... PS - When I defined the VPN I DID select each user as being allowed to login ... Do I have to do anything else to allow remote login? ...
    (microsoft.public.windowsxp.work_remotely)
  • Re: Same user login for Host and Remote PC RDC (Remote Desktop Connect
    ... > same login as host machine. ... If you are logged in when you leave your computer and you remote in with the ...
    (microsoft.public.windowsxp.work_remotely)
  • Re: Cache coherency issues using AllocateCommonBuffer(..)
    ... we did put a scope on the remote system looked at the TLPs coming ... and so it seems like we are stuck with AllocateCommonBuffer. ... standard non-common buffer based DMA APIs. ... How soon do you read from the host memory after you believe the DMA ...
    (microsoft.public.development.device.drivers)