When I run 'vagrant ssh' from an emacs eshell I get:
Pseudo-terminal will not be allocated because stdin is not a terminal.

However after ssh into the VM I get no prompt on eshell.

Googling a bit I found that you can pass the option -t to ssh to force a 
pseudo-tty allocation.

So when I do 'vagrant ssh -- -t -t' I get:
tcgetattr: Not a character device

but it proceeds to ssh into the machine and the prompt is showing.

What is this message and is there anything I can do to 'vagrant ssh' from 
an emacs eshell without passing additional parameters for ssh?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to