Displaying 1 result from an estimated 1 matches for "adamchroot".
2011 Nov 29
3
[Bug 1952] New: Local port forwarding does not work in a particular combination of conditions.
...sts: dns [NOTFOUND=continue] nis [NOTFOUND=continue] files
ipnodes: files
networks: nis [NOTFOUND=continue] files
2. Start SSHD on a private port, i.e. 51220, with below configuration.
Directory "/adamroot" is set with proper privilege.
Match User adam
ChrootDirectory /adamchroot
3. Start any TCP server application listening on a specific port
number. I used another SSHD listening on port 51230.
4. On the same machine, start a local port forwarding session. Forward
51230 to local port 51232.
# ssh -L 51232:localhost:51230 -N -f -l adam -p 51220 localhost
5. Start a TCP...