AllowTcpForwarding

From Woozle Writes Code
Revision as of 15:57, 4 November 2024 by Woozle (talk | contribs) (Created page with "category:notes category:setting ==2024-11-04== * I need to understand how ssh port forwarding works so I can get Beekeeper working on SamTheMachine. * I think the first thing I need to understand is how to see if it's already active. * [https://www.howtouselinux.com/post/exploring-ssh-port-forwarding-with-examples This] tells me that it's something you do on the remote host, not the local machine. * ...but if that's the case, then it's not what's preventing Beeke...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

2024-11-04

  • I need to understand how ssh port forwarding works so I can get Beekeeper working on SamTheMachine.
  • I think the first thing I need to understand is how to see if it's already active.
  • This tells me that it's something you do on the remote host, not the local machine.
  • ...but if that's the case, then it's not what's preventing Beekeeper from connecting -- because I can connect from another machine to the same db server via a tunnel configured the same way.
    • If it needs to be set up on the remote (which I don't think I ever did, for any of the machines I'm using), it's already been done.
    • So the problem must be a local config issue.
  • ...but I need to determine for certain that it's not an issue with ssh tunneling, so I can be sure I'm not wasting my time exploring the vast desert plain of other options.
  • Information in trouble-tickets on the Beekeeper Studio github repository suggest that it may be a problem with the current version of BK.

Links