Questions tagged [cygwin-sshd]

43 questions
0
votes
0 answers

How do I run dnscmd via ssh?

I am looking for a working solution that would allow me to run dnscmd and other similar commands that do require you to logged in into a domain via SSH, so I can execute them freely from my machine (which is obviously not a Windows one). I already…
sorin
  • 7,668
  • 24
  • 75
  • 100
0
votes
0 answers

Can't SSH to Windows Server 2012 R2 Essentials

I have setup OpenSSH on a Windows Server 2012 R2 Essentials machine and have sshd running as a service. I have opened up incoming traffic in the firewall rules on port 22 for TCP. I generated keys via ssh-keygen on my client machine and copied the…
0
votes
2 answers

How to resolve ssh/sftp log data not getting picked up by syslog-ng in cywgin64?

I've installed ssh and syslog-ng through cygwin (V3.2) on a Windows Server 2012 and attempting to get log output out of sshd. I'm using the default /etc/syslog-ng/syslog-ng.conf file... @version: 3.2 @include "scl.conf" source s_local { …
Tony
  • 1
  • 1
0
votes
0 answers

Lock Down Users on Cygwin SFTP Server

How do I lock down sftp users in Cygwin so that they can't read from random directories such as /etc. i set up local windows accounts for each sftp user on the machine. I've used /etc/fstab file to move each user's home directory to c:/FTP. I've…
ajh4
  • 1
  • 1
0
votes
1 answer

SSHD on Cygwin: can't connect as "root" from a Linux box

I'm trying to connect a Linux (CentOS 6.5 x64) server and another server, a Windows Server 2008 R2 running Cygwin, and transfer files daily via SSHD from Linux to Windows, and I will use public keys for authentication. The Windows server is…
0
votes
1 answer

Cygwin OpenSSH Server Error 1062

I tried to setup an OpenSSH Server on my Windows machine. I installed cygwin and the openssh package. Then configured "ssh-host-conf" an *** Query: Overwrite existing /etc/ssh_config file? (yes/no) yes *** Info: Creating default /etc/ssh_config…
user2927980
  • 101
  • 2
0
votes
1 answer

Cygwin mkpasswd giving The format of the specified domain name is invalid

While trying to finish Cygwin config and running mkpasswd -l -d and mkgroup, it fails with the following error $ mkpasswd -l -u sorins -d…
sorin
  • 7,668
  • 24
  • 75
  • 100
0
votes
1 answer

Empty homedir name when SSHing to localhost

I am trying to start a system (Hadoop, but that should not matter much for this question), and need to be able to ssh to localhost. I do this on windows with cygwin. The cygwin SSHD service is running, and ssh localhost works (as does ssh…
openbas2
  • 5
  • 3
0
votes
2 answers

cygwin ssh connection to server port 22 connection refused on localhost

I set up a ssh server through ssh-host-config. Then I started the server. net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service was started successfully. When I try to connect I get: ssh myusername@localhost ssh: connect to…
Steven Wexler
  • 101
  • 1
  • 1
  • 2
0
votes
2 answers

Are there any incompatibility issues when running cygwin sshd on a windows 2003 domain controller?

I am asking for incompatibility here. Safety was already covered in that question.
mit
  • 1,844
  • 6
  • 29
  • 42
0
votes
0 answers

Cygwin and Kerberos for GSSAPI

I'm trying to setup a Cygwin instance running in Windows Server 2019, joined to a domain. OpenSSH Server is successfully installed in Cygwin and working with password method for AD Users. The goal is to enable GSSAPI for SSO login. However Kerberos…
rgomez
  • 143
  • 1
  • 2
  • 10
-1
votes
1 answer

SSH connecting on port 22 but times out on 443

I'm trying to connect to an ssh sever running on cygwin on my home computer through putty on my laptop, this works fine both inside my network and outside on port 22 but on port 443 it times out. Which is a bit of a problem as the network I'm going…
CMCK123
  • 1
  • 1
-2
votes
1 answer

Error starting cygwin sshd on Windows 8

After installing sshd via cygwin on Windows 8 on a system that is not on a domain, the service will not start but gives an error such as: Error 1068: The dependency service or group failed to start. Looking at the service it shows no dependencies.…
gymbrall
  • 169
  • 8
1 2
3