[sslh] Zombies on Mac OS X

Arno Hautala arno at alum.wpi.edu
Sun Sep 9 04:31:49 CEST 2012


On Sat, Sep 8, 2012 at 1:41 PM, Yves Rutschle <yves at naryves.com> wrote:
>
> Better way out: run with verbose:true in the configuration
> and report the messages that happen.

Here you go:

ssh addr: localhost:ssh. libwrap service: ssh family 30 30
openvpn addr: localhost:openvpn. libwrap service: (null) family 2 2
vnc addr: localhost:rfb. libwrap service: (null) family 30 30
http addr: localhost:4432. libwrap service: (null) family 30 30
ssl addr: localhost:4431. libwrap service: (null) family 30 30
listening on:
	localhost:4430
	localhost:4430
	localhost:4430
	box:4430
	box.local:4430
timeout to ssh: 6
listening to 5 addresses
turning into nobody
sslh-fork v1.13b started
accepted fd 10
connecting to localhost:ssh family 30 len 28
connection from wan-ip:60272 to box:4430 forwarded from
localhost:62538 to localhost:ssh
flushing defered data to fd 8
client socket closed
connection closed down

The zombie persists after the connection closed down statement.

Below is my current config:

verbose: true;
foreground: true;
inetd: false;
numeric: false;
timeout: 6;
user: "nobody";
pidfile: "/var/run/reverse-proxy-sslh.pid";

listen:
(
    { host: "localhost"; port: "4430"; },
    { host: "box.local"; port: "4430"; }
);

protocols:
(
    { name: "ssh"; service: "ssh"; host: "localhost"; port: "22";
probe: "builtin"; },
    { name: "openvpn"; host: "localhost"; port: "1194"; probe: [
"^\x00[\x0D-\xFF]$", "^\x00[\x0D-\xFF]\x38" ]; },
    { name: "vnc"; host: "localhost"; port: "5900"; probe: [ "^RFB " ]; },
    { name: "http"; host: "localhost"; port: "4432"; probe: "builtin"; },
    { name: "ssl"; host: "localhost"; port: "4431"; probe: [ "." ]; }
);


Thanks for your help.


-- 
arno  s  hautala    /-|   arno at alum.wpi.edu

pgp b2c9d448



More information about the sslh mailing list