OpenSSH on windows
#1
OpenSSH on windows
Only a notice but openSSH is officially ported to windows

https://github.com/PowerShell/Win32-Open...32-OpenSSH

And this is stable and working fine.

BUT this doesn't mean we get rsync or linux tools. It's mainly SSH daemon. 

This can allow too to run powershell script remotly if you call powsershell scripts using ssh on remote server.


M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#2
RE: OpenSSH on windows
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

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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sentora for Windows 1.0.0 released! MarkDark 72 274 ,382 04-01-2022, 09:41 PM
Last Post: cathelest
ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version TGates 20 72 ,911 09-30-2021, 09:36 PM
Last Post: cathelest
Sentora on Windows ANY NEW INSTALLER elmoutakaf 3 13 ,401 10-04-2020, 02:37 AM
Last Post: Gigamax

Forum Jump:


Users browsing this thread: 1 Guest(s)