RE: OpenSSH on windows
07-08-2020, 09:43 PM
(This post was last modified: 07-08-2020, 09:51 PM by andykimpe.)
where is it old mehdi
openssh server on cygwin
cygwin regulary update openssh binary
available 32 bit and 64 bit
look on ccm there is a full tutorial in french for you
https://www.commentcamarche.net/faq/2132...us-windows
select openssh-server package off cygwin install
after install add cygwin to PATH Variable
open cygwin terminal in admin mode
execut command
for start or stop service use net or cygrunsrv name of service sshd
and your linux tool in cygwin rsync etc
for work on C:\ on cygwin use
/cygdrive/c/users/etc
and also sshfs in windows version
but it's outside cygwin
this is very useful for mounting linux server disks on windows
I use it to transfer files between my computer under xubuntu 18.04 and my shadow under windows 10
https://github.com/billziss-gh/sshfs-win
openssh server on cygwin
cygwin regulary update openssh binary
available 32 bit and 64 bit
look on ccm there is a full tutorial in french for you
https://www.commentcamarche.net/faq/2132...us-windows
select openssh-server package off cygwin install
after install add cygwin to PATH Variable
open cygwin terminal in admin mode
execut command
Code:
mkpasswd -l > /etc/passwd
mkgroup -l > /etc/group
ssh-host-config -y
for start or stop service use net or cygrunsrv name of service sshd
Code:
net start sshd
and your linux tool in cygwin rsync etc
for work on C:\ on cygwin use
/cygdrive/c/users/etc
and also sshfs in windows version
but it's outside cygwin
this is very useful for mounting linux server disks on windows
I use it to transfer files between my computer under xubuntu 18.04 and my shadow under windows 10
https://github.com/billziss-gh/sshfs-win