This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:


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

Forum Jump:


Users browsing this thread: 1 Guest(s)