[Bug 1442097] Re: Not work with ssh socks proxy and corkscrew
Dimitri John Ledkov
launchpad at surgut.co.uk
Thu Apr 16 05:00:32 UTC 2015
Which version of python-launchpadlib is in use here? As well as all the
dependencies - lazr.restfulclient lazr.restful especially.
It is expected for this configuration to work in Ubuntu Vivid 15.04 and
later.
** Changed in: python-launchpadlib (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-launchpadlib in Ubuntu.
https://bugs.launchpad.net/bugs/1442097
Title:
Not work with ssh socks proxy and corkscrew
Status in python-launchpadlib package in Ubuntu:
Incomplete
Bug description:
Apport fails on a System which need an ssh proxy with corkscrew to get internet and send his Reports.
___________
/etc/network/if-up.d/ssh-proxy:
LOCAL_PORT=8081
...
if [ "$IFACE" = eth0 ]; then
autossh -N $USER_NAME@$REMOTE_HOST -p $SSH_PORT -D$LOCAL_PORT -i $DESTINATION_RSA &
fi
exit 0
___________
ssh_config:
ProxyCommand /usr/bin/corkscrew $COMPANYPROXY %h %p
___________
Ubuntu Settings:
Proxy 127.0.0.1 Port 8081
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-launchpadlib/+bug/1442097/+subscriptions
More information about the foundations-bugs
mailing list