jacobsvante / bgtunnel

Initiate SSH tunnels in the background in python
MIT License
48 stars 16 forks source link

Identity file being generated by accident #14

Closed jmdcal closed 9 years ago

jmdcal commented 9 years ago

I am getting a spurious -i being generated. seems that expand user ret on fedora core python-2.7.5-15.fc20.x86_64

os.path.abspath(os.path.expanduser("")) '/home/mdupont/experiments/bgtunnel'

jmdcal commented 9 years ago

@jmagnusson have you had time to look at this?

jacobsvante commented 9 years ago

Sorry for the delay @jmdcal. I've merged your fix now and uploaded version 0.4.0 to PyPI. Thanks for the find!