You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting tunnel with command: /usr/bin/ssh -o BatchMode=yes -i /home/leonti/.ssh/id_rsa -T -p 22 -L 127.0.0.1:40744:127.0.0.1:2375 [email protected] (most recent call last):
File "/home/leonti/development/maestro-ng/maestro-ng/maestro/__main__.py", line 203, in main
c = maestro.Conductor(config)
File "maestro/maestro.py", line 34, in __init__
.from_config(config).ships())
File "maestro/shipproviders.py", line 84, in from_config
return ShipsProviderFactory.PROVIDERS[provider](config)
File "maestro/shipproviders.py", line 56, in __init__
for k, v in self._config['ships'].items())
File "maestro/shipproviders.py", line 56, in <genexpr>
for k, v in self._config['ships'].items())
File "maestro/entities.py", line 103, in __init__
identity_file=ssh_tunnel['key'])
File "maestro/bgtunnel.py", line 393, in open
raise SSHTunnelError(t.stderr)
SSHTunnelError: stdin: is not a tty
Any clues how I can fix it?
The text was updated successfully, but these errors were encountered:
lbielski
changed the title
ssh tunnel fail with 'stdin: is not a tty' exception
ssh tunnel fails with 'stdin: is not a tty' exception
Dec 19, 2014
I did this on the vagrant host (ubuntu) where I was running 'maestro'. Come to think of it though, I might have run these commands for something else that was doing a different SSH thing, but this definitely fixed some kind of 'stdin not a tty' issue
Hi guys!
If I set up an ssh_tunnel in my configuration like this:
and I get this exception:
Any clues how I can fix it?
The text was updated successfully, but these errors were encountered: