I am looking for a way to implement SSH Dynamic Port Forwarding ('ssh -D') in Python. The problem is that it should work under Windows, that is, run SSH using popen / pexec / etc. will not work. Any ideas?
amuses
Bruno Neri.
Have you tried Paramiko ?
There are ssh executables for Windows, so you can use a subprocess. An approach. This is not entirely elegant; a better Python approach would be better.
Source: https://habr.com/ru/post/1752280/More articles:MySQL: products, attributes, stock levels - mysqlКак создать атомную функцию в objective-c - propertiesConditionally print stack trace on error page Depending on log level using Facelets, Seam and Logback - java-eehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1752278/what-class-should-have-ability-to-set-a-password-repository-user-etc&usg=ALkJrhjoU62im7cieQQdlAC4MtDM7MnT3gReading ShellExecute () output file in Delphi 2010? - delphiTeamCity - MSBuild - SVN - AssemblyVersion - C # - c #Strategies for rendering HTML with Javascript - jsonОтклонение толчка, основанного на имени коммиттера - mercurialJava and Hibernate - HQL aggregate alias - hibernateAny weird switch / default purpose in this code? - c ++All Articles