Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@nilesh-ingle-4xs4ce • Mar 27, 2010
I guess if you can login to other system with sufficient privileges, you can use the command 'shutdown now'. There are other options too. -
@thebigk • Mar 27, 2010
Isn't it as simple as logging in to another system as root and simply issuing the 'reboot' command? -
@vik001ind-rOaCSy • Mar 27, 2010
Yeah, its simple. If the other system is linux/unix, we can use ssh.The_Big_KIsn't it as simple as logging in to another system as root and simply issuing the 'reboot' command? -
@sherya-mathur-cI63wY • Apr 7, 2010
dear I did it but I face some difficulty can anyone explain me in detail how to do itvik001indYeah, its simple. If the other system is linux/unix, we can use ssh. -
@vik001ind-rOaCSy • Apr 9, 2010
log in into the other system as root, give command #ssh #-Link-Snipped-#
next it asks for saving the key, type yes for saving the public-private key pair on that remote system, this is done one time only.
next type root password.
xxx.xxx.xxx.xxx --> remote system ip
ssh -X #-Link-Snipped-# for interactive mode.