On Wed, Jul 31, 2013 at 09:40:04PM -0400, Walter Dnes wrote
> 
> ssh -P 60022 root@localhost /sbin/poweroff

  Oops... that should read...

ssh -p 60022 root@localhost /sbin/poweroff

  scp uses uppercase "P" for port number.  It goes without saying, but I
probably should say it; ssh needs to have login via keyauthentication
enabled, and the appropriate key set up.

-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications

Reply via email to