0

How is it possible to install openssh >=v8.2 into MobaXTerm (cygwin environment)?

apt-get install openssh

will return only

- openssh v7.9p1-1
Dennis K
  • 477
  • 1
  • 3
  • 12

1 Answers1

1

Use Cygwin setup to install it

the last version available of openssh is 8.4p1-2

https://cygwin.com/packages/summary/openssh.html

matzeri
  • 8,062
  • 2
  • 15
  • 16
  • I also tried it with apt-cyg, but then MobaXTerm complained that the package can not be modified due to openssh is a core package. But it works, when I execute the package update with setup-x86.exe and pointing to mobaXTerm cygwin root dir. Many thanks – Dennis K Jan 23 '21 at 10:15