Problem originating SSH tunnels from python

前端 未结 2 824
情话喂你
情话喂你 2021-02-11 06:15

The object is to set up n number of ssh tunnels between satellite servers and a centralized registry database. I have already set up public key authentication between my servers

2条回答
  •  青春惊慌失措
    2021-02-11 06:40

    Is there a special reason not to just do it with ssh, the usual

    (ssh -L :localhost: )
    

    minuet? Anyway, this script is an example of local port forwarding (AKA tunneling).

提交回复
热议问题