Ok, I must admit I'm getting into new territory here, but here goes...
I'm running Windows XP Professional at home. I know, boo. Anyway, I also have installed the full Cygwin package, which includes OpenSSH.
I'm trying to connect to a development server which is running Linux, some SuSE version, but don't think that is an issue. I can connect fine, however I get the following error everytime I start (it does this if running ssh from a DOS window or from within the bash shell)
Could not create directory '/home/jabbaj/.ssh'
My HOME env variable is set for D:\SSH. Cygwin reads this fine. I set the permissions on this folder so that Everyone, including System, has full control. The bash process is running under my user id, and since I'm the owner of the directory, I don't think permissions are an issue, either. I can successfully create folders when I'm in a shell, it is just when I start up ssh that I get that message.
I even created the .ssh folder, didn't work. I went through the whole ssh-keygen stuff, putting my identity and id_rsa files in the correct locations, still no good, no automatic login. Even went so far as manually creating a known_hosts file, still
Anyone ever seen/experienced this before? My ultimate goal is to have it so I don't have to keep on entering passwords each time I do some sort of CVS operation, eventually so I can use WinCVS. As it stands, I'm doing everything server-side. But hey, at least I'm learning the commands...
Thanks
Jason