Re: SSHD for Windows

2008-03-29 Thread Gil Freund
On Thu, Mar 13, 2008 at 2:47 PM, Aviv Greenberg [EMAIL PROTECTED] wrote:
 http://www.freesshd.com/

Thanks, this and http://sshwindows.webheat.co.uk/ are on my short list.
CopSSH requires to much maintenance on the machine.

All seem to be based on OpenSSH and Cygwin, which means a local passwd
file is required. With this can be automated using a cron job.




 On 3/12/08, Gil Freund [EMAIL PROTECTED] wrote:
 
 
 
  Hi,
 
  I am looking for an SSHD implementation on Windows, prefreably one that
  does not depend on an installation of cygwin or SFU, and will use
  Windows authentication and command prompt.
 
  Any ideas?
 
  Thanks
 
  Gil
 
 
  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]
 
 



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: SSHD for Windows

2008-03-29 Thread Ohad Levy
One thing about the Windows SSH port and password-less login.
If you are trying to access a network resource from your windows server
(lets say modify an entry in Active Directory from the command line), it
will not work as you wont have a valid Kerberos ticket.
(you can work around it with expect command).

Ohad


On Sun, Mar 30, 2008 at 5:26 AM, Gil Freund [EMAIL PROTECTED] wrote:

 On Thu, Mar 13, 2008 at 2:47 PM, Aviv Greenberg [EMAIL PROTECTED]
 wrote:
  http://www.freesshd.com/

 Thanks, this and http://sshwindows.webheat.co.uk/ are on my short list.
 CopSSH requires to much maintenance on the machine.

 All seem to be based on OpenSSH and Cygwin, which means a local passwd
 file is required. With this can be automated using a cron job.

 
 
 
  On 3/12/08, Gil Freund [EMAIL PROTECTED] wrote:
  
  
  
   Hi,
  
   I am looking for an SSHD implementation on Windows, prefreably one
 that
   does not depend on an installation of cygwin or SFU, and will use
   Windows authentication and command prompt.
  
   Any ideas?
  
   Thanks
  
   Gil
  
  
   =
   To unsubscribe, send mail to [EMAIL PROTECTED] with
   the word unsubscribe in the message body, e.g., run the command
   echo unsubscribe | mail [EMAIL PROTECTED]
  
  
 
 

 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]




Re: SSHD for Windows

2008-03-29 Thread Gil Freund
On Sun, Mar 30, 2008 at 5:04 AM, Ohad Levy [EMAIL PROTECTED] wrote:
 One thing about the Windows SSH port and password-less login.
 If you are trying to access a network resource from your windows server
 (lets say modify an entry in Active Directory from the command line), it
 will not work as you wont have a valid Kerberos ticket.
  (you can work around it with expect command).

Interesting, is that in any SSH implementation? Does this mean I am
not running under the user context I think I am?


 Ohad




 On Sun, Mar 30, 2008 at 5:26 AM, Gil Freund [EMAIL PROTECTED] wrote:
  On Thu, Mar 13, 2008 at 2:47 PM, Aviv Greenberg [EMAIL PROTECTED]
 wrote:
   http://www.freesshd.com/
 
  Thanks, this and http://sshwindows.webheat.co.uk/ are on my short list.
  CopSSH requires to much maintenance on the machine.
 
  All seem to be based on OpenSSH and Cygwin, which means a local passwd
  file is required. With this can be automated using a cron job.
 
 
 
 
  
  
  
   On 3/12/08, Gil Freund [EMAIL PROTECTED] wrote:
   
   
   
Hi,
   
I am looking for an SSHD implementation on Windows, prefreably one
 that
does not depend on an installation of cygwin or SFU, and will use
Windows authentication and command prompt.
   
Any ideas?
   
Thanks
   
Gil
   
   
=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
   
   
  
  
 
  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]
 
 



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: SSHD for Windows

2008-03-13 Thread Michael Tewner
We're using sshwindows.sourceforge.net


On Wed, Mar 12, 2008 at 5:43 PM, Tomer Cohen [EMAIL PROTECTED] wrote:
 At my workplace we found that currently cygwin isn't working well on Vista
 (and Windows 2008 server). Therefore we use copsshd, which is just another
 cygwin-based sshd, but packed with a nice Windows GUI.






 On Wed, Mar 12, 2008 at 11:02 PM, Alex Alexander [EMAIL PROTECTED]
 wrote:
  Here are some free ssh implementations for winblows... er... windows =)
  The first seems to be a native app, the others are cygwin based but don't
 require cygwin to be installed (they come with the necessary files bundled
 in their package).
 
  http://www.freesshd.com/
 
 http://www.itefix.no/phpws/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=149:149
  http://sshwindows.sourceforge.net/
 
  Alex
 
 
 
 
 
 
  On Wed, Mar 12, 2008 at 10:36 PM, Gil Freund [EMAIL PROTECTED] wrote:
 
   Hi,
  
   I am looking for an SSHD implementation on Windows, prefreably one that
   does not depend on an installation of cygwin or SFU, and will use
   Windows authentication and command prompt.
  
   Any ideas?
  
   Thanks
  
   Gil
  
   =
   To unsubscribe, send mail to [EMAIL PROTECTED] with
   the word unsubscribe in the message body, e.g., run the command
   echo unsubscribe | mail [EMAIL PROTECTED]
  
  
 
 
 
  --
  |
  | Alex Alexander
  | http://linuxized.blogspot.com
  | http://www.nerd.gr
  \



 --
 Tomer

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: SSHD for Windows

2008-03-13 Thread Aviv Greenberg
http://www.freesshd.com/

On 3/12/08, Gil Freund [EMAIL PROTECTED] wrote:

 Hi,

 I am looking for an SSHD implementation on Windows, prefreably one that
 does not depend on an installation of cygwin or SFU, and will use
 Windows authentication and command prompt.

 Any ideas?

 Thanks

 Gil

 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]




SSHD for Windows

2008-03-12 Thread Gil Freund
Hi,

I am looking for an SSHD implementation on Windows, prefreably one that
does not depend on an installation of cygwin or SFU, and will use
Windows authentication and command prompt.

Any ideas?

Thanks

Gil

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: SSHD for Windows

2008-03-12 Thread Alex Alexander
Here are some free ssh implementations for winblows... er... windows =)
The first seems to be a native app, the others are cygwin based but don't
require cygwin to be installed (they come with the necessary files bundled
in their package).

http://www.freesshd.com/
http://www.itefix.no/phpws/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=149:149
http://sshwindows.sourceforge.net/

Alex


On Wed, Mar 12, 2008 at 10:36 PM, Gil Freund [EMAIL PROTECTED] wrote:

 Hi,

 I am looking for an SSHD implementation on Windows, prefreably one that
 does not depend on an installation of cygwin or SFU, and will use
 Windows authentication and command prompt.

 Any ideas?

 Thanks

 Gil

 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]




-- 
|
| Alex Alexander
| http://linuxized.blogspot.com
| http://www.nerd.gr
\


Re: SSHD for Windows

2008-03-12 Thread Tomer Cohen
At my workplace we found that currently cygwin isn't working well on Vista
(and Windows 2008 server). Therefore we use copsshd, which is just another
cygwin-based sshd, but packed with a nice Windows GUI.



On Wed, Mar 12, 2008 at 11:02 PM, Alex Alexander [EMAIL PROTECTED]
wrote:

 Here are some free ssh implementations for winblows... er... windows =)
 The first seems to be a native app, the others are cygwin based but don't
 require cygwin to be installed (they come with the necessary files bundled
 in their package).

 http://www.freesshd.com/

 http://www.itefix.no/phpws/index.php?module=pagemasterPAGE_user_op=view_pagePAGE_id=12MMN_position=149:149
 http://sshwindows.sourceforge.net/

 Alex



 On Wed, Mar 12, 2008 at 10:36 PM, Gil Freund [EMAIL PROTECTED] wrote:

  Hi,
 
  I am looking for an SSHD implementation on Windows, prefreably one that
  does not depend on an installation of cygwin or SFU, and will use
  Windows authentication and command prompt.
 
  Any ideas?
 
  Thanks
 
  Gil
 
  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]
 
 


 --
 |
 | Alex Alexander
 | http://linuxized.blogspot.com
 | http://www.nerd.gr
 \




-- 
Tomer