Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python app for ssh tunneling and opening web app
Post: RE: Python app for ssh tunneling and opening web a...

Please review my repository: https://github.com/marchelloUA/ssh_tunnel_wrapper It works perfectly fine for my needs and I’m totally happy with it, though for public usage I would need your opinion…
marchello Networking 3 1,180 Nov-20-2023, 09:39 PM
    Thread: Python app for ssh tunneling and opening web app
Post: RE: Python app for ssh tunneling and opening web a...

sys.exit(app.exec_())This was outside of the with tunnel so the tunnel was closed before the gui starts. Finally works OK now...
marchello Networking 3 1,180 Nov-15-2023, 11:11 PM
    Thread: Python app for ssh tunneling and opening web app
Post: RE: Python app for ssh tunneling and opening web a...

Console version works fine this way: from sshtunnel import SSHTunnelForwarder import requests ssh_host = 'example.com' ssh_user = 'user1' local_port = 3081 remote_host = '172.16.0.4' remote_port = 81...
marchello Networking 3 1,180 Nov-15-2023, 09:11 PM
    Thread: Python app for ssh tunneling and opening web app
Post: Python app for ssh tunneling and opening web app

Hi all, This is my very first message, so few words about me. I’m a Data Engineer and mostly do scripting in Python, but recently I’ve created few web apps in Flask in a docker container, also lookin...
marchello Networking 3 1,180 Nov-15-2023, 11:49 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020