Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
On Sun, 13 Jun 2010 03:09:35 +0000, VampirD wrote:
> Hi, I halted my PC with the command ssh PC “su - -c halt”, I use ssh
> key to access the PC so it ask for the root password, but echo it on the
> shell
I can confirm that this is apparently a bug - I’d suggest opening an
issue in Bugzilla for it so it can be tracked and fixed.
I’m not sure this is a bug because of how the terminal works. It is also
easily worked-around by adding a ‘-t’ to the SSH command:
ssh -t PC ‘su - -c halt’
Another option may be to let your user run this command via sudo
(/etc/sudoers for configuration) without a password at all but in any case
the ‘-t’ should help with the password echoing to the screen. See the ssh
command’s manpage for details. This parameter is also needed to run some
other applications such as ‘top’ in this same non-interactive mode.
Good luck.
On 06/12/2010 11:32 PM, Jim Henderson wrote:
> On Sun, 13 Jun 2010 03:09:35 +0000, VampirD wrote:
>
>> Hi, I halted my PC with the command ssh PC “su - -c halt”, I use ssh
>> key to access the PC so it ask for the root password, but echo it on the
>> shell
>
> I can confirm that this is apparently a bug - I’d suggest opening an
> issue in Bugzilla for it so it can be tracked and fixed.
>
> Jim
>
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
but I see as a bug on openssh that if I run one app remotely the program
output isn’t the same as if I run it localy
VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/