openSSH installation

Have the feeling that everybody is staring at you in the other forums? Then look here, in this forum nobody does care what you say ;-)

Moderator: Project members

Post Reply
Message
Author
zillamon
500 Command not understood
Posts: 1
Joined: 2011-06-23 00:26

openSSH installation

#1 Post by zillamon » 2011-06-23 01:05

Hi,

I'm new to setting up SSH and I've read an article at (http://www.digitalmediaminute.com/artic ... on-windows) to set up openssh a server of mine running Windows 2003 Server R2 x86 on a domain. I was able to create the local group and usernames but I could not start the service using net start opensshd. I had an error of:

"The OpenSSH Server service is starting.

The OpenSSH Server service could not be started.

A system error has occurred.

System error 1067 has occurred.

The process terminated unexpectedly."


Then I noticed that the public keys were not generated so I tried to use the following commands to create them:

ssh-keygen.exe -t dsa -f /etc/ssh_host_dsa_key -N ""
ssh-keygen.exe -t rsa1 -f /etc/ssh_host_key -N ""
ssh-keygen.exe -t rsa -f /etc/ssh_host_rsa_key -N ""


That didn't work so I checked the dump file for error info and this is what I received:

Exception: STATUS_ACCESS_VIOLATION at eip=00404125
eax=00000035 ebx=100E0160 ecx=00000003 edx=100E0160 esi=00000007 edi=100E0F30
ebp=0022F030 esp=0022E930 program=C:\Program Files\OpenSSH\bin\ssh-keygen.exe, pid 3892, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame Function Args
0022F030 00404125 (00000007, 100E0160, 100E00A8, 00000001)
0022F0B0 61005F54 (0022F0C8, FFFFFFFF, 00000000, 00000718)
0022FF90 6100616B (00000000, 00000000, 00000000, 00000000)
End of stack trace


I'm pretty stumped about this. Any help or insight would be greatly appreciated!

Regards,

Jon

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: openSSH installation

#2 Post by boco » 2011-06-23 02:33

As this is the support forum for FileZilla products, we cannot provide support for OpenSSH.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply