Displaying 20 results from an estimated 20000 matches similar to: "Http tunnel via a http proxy to another http proxy server"
2012 Aug 08
7
How protect bash history file, do audit alike in server
hello,
I want to protect the history file from deleted for all users except
user 'root' can do it, is that possible?
For my server, many users can log in with root from remote through
ssh, so I can not trace which guy do wrong things. So I decide to create
new account for every users and let them use 'sudo' then I can trace
which guy typed which command and what he
2003 Jan 27
1
Help with tinc over http-tunnel
Hi,
I have successfully setup a tinc vpn between two machines, which is
great, and now need do the same to a machine behind a firewall (I do not
control the firewall, alas). The firewall will allow port 80 out (via
an http proxy), so I wish to use GNU http-tunnel (or similar) to tunnel
through the firewall.
I have also successfully used http-tunnel to tunnel a simple ppp over
ssh connection.
2007 Jun 02
0
ssh tunnel proxy setup
Hi all..
am trying to incorporate a tunnel from over a slow setup ........
/-------------------------/
/-------------------------------/
| host1 |=========//Tunnel ssh
//====================| Host2 |
| squid parent |
2007 Jun 02
0
Tunnel connection channel Setup with proxy server
Hi all..
am trying to incorporate a tunnel from over a slow setup ........
/-------------------------/
/-------------------------------/
| host1 |=========//Tunnel ssh
//====================| Host2 |
| squid parent |
2023 Nov 10
1
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
Hi All,
On 11/10/23 07:09, Kai-Heng Feng wrote:
> Hi Owen,
>
> On Fri, Nov 10, 2023 at 5:55?AM Owen T. Heisler <writer at owenh.net> wrote:
>>
>> #regzbot introduced: 89c290ea758911e660878e26270e084d862c03b0
>> #regzbot link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/273
>> #regzbot link: https://bugzilla.kernel.org/show_bug.cgi?id=218124
>
2002 May 28
1
tinc vpn over http-tunnel
Hi Guus,
I?m using tinc since 1.0pre4 (and still use pre4) - it?s a great thing.
Since these day?s a part of my VPN relies on a http-tunnel (because you
used a single TCP connection as carrier). With 1.0pre4 that was very
easy to setup using the TCPonly setting.
But with 1.0pre5 it seems you changed the carrier connection setup, so
that my old setup didn?t work anymore. In the meantime you
2010 Sep 23
1
OpenVPN tunnel and one-way audio - Do I still need a SIP proxy? (bruce bruce)
> I don't think it's an endpoint issue. I think the SIP packet headers get
> over-written by the tunnel (openvpn) protocol.
I'd be rather astonished if OpenVPN itself were responsible for this.
As far as I know, OpenVPN doesn't do higher-level-protocol rewriting
of any sort. It just provides the "bit pipe" through the tunnel.
I'd suggest several other
2007 Feb 02
2
Tunnel ssh / modifie http headers
Hi,
I m using ssh to make tunnels
i would like to know if it is technically possible to modify ssh serveur to modify http header (to put in header a new line containing IP of client using tunnel)
Help would be much appreciate
Thanks
___________________________________________________________________________
D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos
2017 Mar 14
3
Relaiable ssh tunnel via systemd
We try to run a reliable ssh tunnel vis systemd.
This is the unit configuration file:
{{{
[Unit]
Description=Tunnel For %i
After=network.target
[Service]
User=autossh
ExecStart=/usr/bin/ssh -o "ExitOnForwardFailure yes" -o "ServerAliveInterval 60" -N -R 40443:installserver:40443 -R
8080:installserver:8080
ExecStartPre=-/usr/bin/ssh tunnel@%i "for pid in $$(ps -u
2005 Aug 24
0
rsync via tunnel - 3 boxes separated by internet [solved]
Hi Wayne, I'm not subscribed anymore, but I once sent you this
example/FAQ. I searched the archives (because I needed to implement
this) and noticed I never posted the solution (like a dummy). Would you
post it for me?
Thanks
Jay
Backing up through a firewall
Its very common to have a setup where you can not reach the machine you
want to backup directly, because it is behind a
2013 Apr 04
1
Using "root" Type User Via Forwarding-SSH-Tunnel Inside Non-Root SSH Connection
Hi,
QUESTION:
what implications are there when using the "root" or a root type of
account via a port-forwarding ssh-tunnel inside (or on top of)
another non-root type of user's ssh-tunnel ?
Is such double layer of encryption brings more security or system
still vulnerable same as single layer of SSH encryption ?
DETAILS:
In CentOS (6.3 & 6.4) server side i have done these:
(1)
2023 Nov 12
1
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
Hi,
On 11/10/23 17:58, Owen T. Heisler wrote:
> Hi everyone,
>
> On 11/10/23 06:52, Kai-Heng Feng wrote:
>> On Fri, Nov 10, 2023 at 2:19?PM Hans de Goede <hdegoede at redhat.com> wrote:
>>> On 11/10/23 07:09, Kai-Heng Feng wrote:
>>>> On Fri, Nov 10, 2023 at 5:55?AM Owen T. Heisler <writer at owenh.net> wrote:
>>>>> #regzbot
2020 Nov 11
0
run firefox via an ssh tunnel
I do it all the time.
make sure you forward X11,? on the? ssh server side,? and login with?
ssh -X me at myhost.whatever
start firefox with:
/usr/bin/firefox -no-remote??? if you don't want the remote pages ending
up in your local browser
or if you don't care, just run firefox without -no-remote
or however you start firefox on a mac.
Ron
On 11/11/20 3:39 PM, S Bob wrote:
>
2020 Nov 11
0
run firefox via an ssh tunnel
yeah ..? it would need to run X11
On 11/11/20 4:04 PM, Stephen John Smoogen wrote:
> On Wed, 11 Nov 2020 at 17:45, R C <cjvijf at gmail.com> wrote:
>
>> I do it all the time.
>>
>>
>> make sure you forward X11, on the ssh server side, and login with
>> ssh -X me at myhost.whatever
>>
>> start firefox with:
>>
>> /usr/bin/firefox
2020 Nov 11
1
run firefox via an ssh tunnel
I can ssh -X myuser at theremote-mac
but I cannot run /usr/bin/firefox.
I can run "open -a Firefox" on the mac but then it just opens firefox on
the mac
Thoughts?
On 11/11/20 3:45 PM, R C wrote:
> I do it all the time.
>
>
> make sure you forward X11,? on the? ssh server side,? and login with?
> ssh -X me at myhost.whatever
>
> start firefox with:
>
>
2020 Nov 11
2
run firefox via an ssh tunnel
On Wed, 11 Nov 2020 at 17:45, R C <cjvijf at gmail.com> wrote:
> I do it all the time.
>
>
> make sure you forward X11, on the ssh server side, and login with
> ssh -X me at myhost.whatever
>
> start firefox with:
>
> /usr/bin/firefox -no-remote if you don't want the remote pages ending
> up in your local browser
>
> or if you don't care,
2020 Apr 23
1
[PATCH 1/1] drm/nouveau: Use generic helper to check _PR3 presence
Replace nouveau_pr3_present() in favor of a more generic one,
pci_pr3_present().
Also the presence of upstream bridge _PR3 doesn't need to go hand in
hand with device's _DSM, so check _PR3 before _DSM.
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
drivers/gpu/drm/nouveau/nouveau_acpi.c | 44 ++++++--------------------
1 file changed, 10 insertions(+), 34
2001 Oct 18
1
Patch for SSH-tunneling via HTTPS-proxy
Hi List,
I have a szenario where I need to reach a host on the internet from a
"firewalled" network but there is a HTTPS-proxy runnnig. As some
people know you can tunnel all TCP-connections through this proxy
because it can't decide if someone is really doing SSL or just Telnet
to port 443 (or use SSH in our case).
So I've written a patch for ssh to make it send the
CONNECT
2020 Nov 11
3
run firefox via an ssh tunnel
Hi all;
I'm trying to setup an ssh tunnel so I can run firefox on a remote
laptop and have the display locally.
I have 2 laptops
local = CentOS 7
remote = mac OSX 10.15.7
I want to create an ssh tunnel on the local CentOS 7 laptop, then run
firefox on the mac with the display showing up on the CentOS laptop.
Is this doable?
Thanks in advance
2003 Sep 16
0
Help :: Openshh tunnel or proxy support
Dear sir,
own telnet server + openssh server <====> ssh client
I have a own telnet server, but it doesn't support
ssh. Is it possible to communicate my telnet server
through open ssh server.
I was not able to find any source code that gives me
a starting point maybe one of you has done that
already and can post some c code or a link where i
can start.
Requirements ::
------------