does ssh -t work? if so, then you need to force tty allocation.

On Wed, Jun 16, 2010 at 10:47 AM, Berk ÜLSOY <berkul...@gmail.com> wrote:

> Hi all,
>
> paramiko works perfect for all ssh servers I work with, except one.
>
> That specific server announces itself as OpenSSH3.5. However, when I
> try to exec_command after a successful login, it immediately closes
> the connection. Also, it does not work to use something like ssh
> a...@foo.com "bla bla" . It again closes connection. It works ok if you
> connect using openssh client and run commands interactively.
>
> Is there any way to execute a command without allocating a new channel ?
>
>
> Thanks and Regards
>
> --
> Berk ÜLSOY
>
> _______________________________________________
> paramiko mailing list
> paramiko@lag.net
> http://www.lag.net/cgi-bin/mailman/listinfo/paramiko
>



-- 
- Norman Rasmussen
- Email: nor...@rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
_______________________________________________
paramiko mailing list
paramiko@lag.net
http://www.lag.net/cgi-bin/mailman/listinfo/paramiko

Reply via email to