All public logs
From Cramsession
Jump to navigationJump to search
Combined display of all available logs of Cramsession. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:45, 21 May 2025 Mflavell talk contribs created page Create a SOCKS proxy with SSH (Created page with "Tech Notes > Linux > Create a SOCKS proxy with SSH === Problem === SSH access is provided to a jump box however you need HTTP / HTTPS access to the private network. === Solution === SSH can be used to create a socks proxy using the following command: ssh -F /dev/null -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no '''username'''@''''ip or fqdn''' -ND'''proxy port''' Provide the bowser the the socks infomrmation Proxy: 127.0.0.1 Port: '''pro...")