Displaying 6 results from an estimated 6 matches for "l8080".
Did you mean:
8080
2000 Jan 20
0
OpenSSH problem report on Linux 2.2.14.
...I login into a remote host (remote-host, below)
and use port forwarding to access web servers beyond that machinee
like the following.
/usr/local/bin/ssh -l ishikawa -C -L3000:hostA:3000 -L3001:hostB:3000
-L3002:hostC:3000 -L3003:hostD:3000 -L3004:localhost:3000
-L8082:u43:8082 -L3026:hostA:23 -L8080:hostB:8080 remote-host
hostB ... I believe this is sunos 4.1.4 sparc host
remote-host ... I believe this is SunOS 5.5.1 or 5.6 sparc host.
After having connected to remote-host using ssh (from openssh
package), I used the port-forwarding to access the web server ports.
"-L8080:hostB:8080&q...
2011 Oct 10
2
Channel life span
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Basic context for my questions:
Client (ssh) and server side (sshd) where the client use -L option for a
direct-tcpip channel and forward all requests. (All Linux and openssh version
5.9p1).
$ ssh -L8080:<some-ip>:8181 ...
I noticed that when a third client send data to the local port (8080) used for
forwarding, a channel is created:
...
debug1: channel 1: new [direct-tcpip]
debug1: server_input_channel_open: confirm direct-tcpip
debug3: channel 1: waiting for connection
...
the request th...
2016 Jul 31
2
Using -W with -L (Local Forwarding) and -D (Socks Forwarding)
Hello,
I have in my ssh config:
Match host 2.3.4.5 exec "~/bin/connect.sh"
ProxyCommand ssh -D 1080 -L8080:1.2.3.4:8080 -p 443 bouncehost -W %h:%p
~/bin/connect.sh:
#!/bin/bash
if echo | nc -w 1 2.3.4.5 22 | grep -q SSH; then
false
else
true
fi
So when I can't connect to the system directly it should go over a bounce host
but at the same time use a portforwarding which is only av...
2003 Feb 17
0
[Bug 495] New: local port forwards start before authentication is complete (password auth)
...p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: rhaig at hackboy.com
when doing a local port forward (ssh www.foo.com -L8080:localhost:80) the
forward becomes active before the authentication is complete.
repeat by running the above command to your server that is running ssh and a web
server, before entering the password (but after the password prompt appears),
open the local end of the port forward, and observe it'...
2011 Dec 07
5
Help to install horde
Hello,
I have install Horde rpm with webmin:
Instalando paquete(s) con el comando yum -y install yun grouinstall horde ...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.intergenia.de
* epel: ftp-stud.hs-esslingen.de
* extras: centos.intergenia.de
* updates: ftp.belnet.be
Setting up Install Process
No package yun available.
No package grouinstall
2006 Sep 14
7
backup server..
Hi,
I've been playing with CentOS quite a bit lately (and I must say it's
growing on me!! :) and I was now able to convince my boss that we could
get a box and gradually start migrating our hosting from win2k3 to
centos.
So anyway, I've got a new box at the colo ready up and running - P4 3Ghz
w/HT 2Ghz RAM 2x70Gb HDD, running Centos4.4 fully up-to-date. Now my two
questions are;