AllowTcpForwarding: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
Line 9: | Line 9: | ||
** So the problem must be a local config issue. | ** 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. | * ...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 | * Information in trouble-tickets on the {{l/htyp|Beekeeper Studio}} [https://github.com/beekeeper-studio/beekeeper-studio github repository] suggest that it may be a problem with the current version of BK. | ||
==Links== | ==Links== | ||
* '''2022-09-17''' [https://www.howtouselinux.com/post/exploring-ssh-port-forwarding-with-examples Enable SSH Port Forwarding with Examples] | * '''2022-09-17''' [https://www.howtouselinux.com/post/exploring-ssh-port-forwarding-with-examples Enable SSH Port Forwarding with Examples] |
Revision as of 15:58, 4 November 2024
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
- 2022-09-17 Enable SSH Port Forwarding with Examples