Unsubscription doesn't work

2003-10-07 Thread Fermin Sanchez
sent to [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> . Any ideas where the problem could be? I hope it's not in layer 8 ;-) Regards Fermin Sanchez -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

RE: ssh login with [rd]sa key, permissions on keyfile problems

2003-09-21 Thread Fermin Sanchez
Hello Corinna > > > Is your home directory on an SMB share? If so, you may > > > need to add "smbntsec" to your CYGWIN environment variable. > > Yes it is - so to speak. It's on a Windows Server 2003 > > Share, not on Samba. > Does your CYGWIN env. variable contain "nontsec"? No, it does not:

RE: ssh login with [rd]sa key, permissions on keyfile problems

2003-09-21 Thread Fermin Sanchez
Hello Igor > Is your home directory on an SMB share? If so, you may need > to add "smbntsec" to your CYGWIN environment variable. Yes it is - so to speak. It's on a Windows Server 2003 Share, not on Samba. > Also, can you please post the output of "getfacl ~/.ssh" and > "getfacl ~/.ssh/id_rs

ssh login with [rd]sa key, permissions on keyfile problems

2003-09-20 Thread Fermin Sanchez
Hello list I thought it might be nice to log on using an rsa or dsa key. So I created both an rsa and a dsa key using ssh-user-config. The keys were created in ~/.ssh, and the required changes made to authized_keys. Logging in to the server using ssh -i ~/.ssh/id_rsa -l fermin -v localhost

RE: sshd "PrintLastLog yes"

2003-09-07 Thread Fermin Sanchez
Hello Corinna > > I added/uncommented "PrintLastLog yes" in /etc/sshd_config and > > restarted > PrintLastLog defaults to yes so that shouldn't be necessary. Yes, I just wanted to be sure. > > Any hints where I should start looking (rtfm didn't bring > > any results, > > neither did a quick

sshd "PrintLastLog yes"

2003-09-06 Thread Fermin Sanchez
Hello list I added/uncommented "PrintLastLog yes" in /etc/sshd_config and restarted the sshd Service from Windows. I don't see a message about the last time (and host, afair) the last logon took place. I know that this used to work in an earlier version of an sshd on my (Windows) system. Not sure,

sshd on W2K3 Domain Controller: Solution

2003-09-06 Thread Fermin Sanchez
Hello I just wanted to share the solution which finally let me run the sshd on a Windows 2003 Domain Controller. Essentially, thanks to Corinna Vinschen, it now works. The details: 1. Create a new account, DO NOT name it "sshd" - I used "sshdService" 2. Add the account to the (domain local)

[SPAMBayesian] - cygwin sshd on Windows Server 2003 Domain Controller? - Failed Bayesian filter

2003-09-04 Thread Fermin Sanchez
Hello there I used to have cygwin sshd running on my old Windows 2000 Domain Controller, worked like a charm. Some time ago I switched (reinstalled, actually) my domain controller to Windows Server 2003. I went through the usual steps: download, "ssh-host-config -y", security model "ntsec" and