Could not create directory '//.ssh'. SSH + keys + Win2K + UNIX (using BASH)

From: Phil Powell (soazine@erols.com)
Date: 04/30/02


From: "Phil Powell" <soazine@erols.com>
Date: Tue, 30 Apr 2002 06:00:39 GMT

I am attempting to use an install of SSH that I have to attempt a secure ssh
connection to a remote site with an application (in Java) that I am
attempting to jumpstart.

I am using ssh with ssh-keygen to generate public keys in my c:/.ssh
folder - and I have used MOUNT to set the user type for / to binmode.

However, every attempt to use ssh, with correctly developed public keys and
correct $HOME type, results in the following error:

Could not create directory '//.ssh'.

How can I work around this problem? I am running Windows 2000 with bash.exe
to generate a UNIX environment to run SSH.

Thanx
Phil



Relevant Pages

  • Re: best way to remotely display a java GUI
    ... efficiently over an ssh connection, whereas the defaul behaviour for ssh ... a literal binary copy to the client with respect to java. ... java apps, that is, RMI? ... Typically, in a distributed app, java applications need to be ...
    (comp.lang.java)
  • Re: Apache Software Foundation Server compromised, resecured. (fwd)
    ... usually on untrusted systems, ... mindterm's java ssh client which is stored on the system that i access. ...
    (FreeBSD-Security)
  • Re: [OT] ssh remote command execution without public keys.
    ... >> set right I don't see why it should be any less secure than public ... > a password to ssh. ... > public keys are forced to be able to run only a single command. ... > script at the other end is prepared for hostile input. ...
    (Debian-User)
  • Re: Passing password in ssh
    ... If I create keys without a passphrase, and share the public keys between ... So you have to crack user@A's account, at least to the point of getting the private key. ... The .ssh directory also needs to be set this way. ... But even having a pass phrase does not help if someone uses dumb passwords. ...
    (Fedora)
  • Securing SSH: Does disabling password authentication work?
    ... Like most everyone who runs an SSH server on the standard port, ... password authentication when trying to authenticate to the server. ... Public keys work fine as well. ...
    (Debian-User)