Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] which VM do you recommend?
Date: Thu, 01 Aug 2013 04:10:35
Message-Id: 20130801041014.GA28046@waltdnes.org
In Reply to: Re: [gentoo-user] which VM do you recommend? by Walter Dnes
1 On Wed, Jul 31, 2013 at 09:40:04PM -0400, Walter Dnes wrote
2 >
3 > ssh -P 60022 root@localhost /sbin/poweroff
4
5 Oops... that should read...
6
7 ssh -p 60022 root@localhost /sbin/poweroff
8
9 scp uses uppercase "P" for port number. It goes without saying, but I
10 probably should say it; ssh needs to have login via keyauthentication
11 enabled, and the appropriate key set up.
12
13 --
14 Walter Dnes <waltdnes@××××××××.org>
15 I don't run "desktop environments"; I run useful applications