Re: [Server-devel] The three step XSCE demo!

2013-11-18 Thread Miguel González
On Mon, Nov 18, 2013 at 2:48 AM, Anish Mangal an...@activitycentral.com wrote:
 I didn't setup root login (or atleast don't know the password to it). So you
 won't be able to login to the XSCE once it's running. Should not be a huge
 issue just for end-user demo purposes.

It is a vagrant generated virtual machine so:

- the user/password are vagrant/vagrant
- user 'vagrant' is in sudoers group
- ssh access is possible using port  in localhost

I have an entry in .ssh/config so I can access using `ssh vagrant`:

Host vagrant
  HostName 127.0.0.1
  User vagrant
  Port 
  UserKnownHostsFile /dev/null
  StrictHostKeyChecking no
  PasswordAuthentication no
  IdentityFile ~/.vagrant.d/insecure_private_key
  IdentitiesOnly yes
  LogLevel FATAL

The insecure private key is available Github [1].

1: https://github.com/mitchellh/vagrant/tree/master/keys


-- 
Miguel González
Activity Central: http://www.activitycentral.com
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server-devel Digest, Vol 79, Issue 10

2013-11-18 Thread Tony Anderson

George,

Excellent!

Tony


On 11/18/2013 01:00 AM, server-devel-requ...@lists.laptop.org wrote:

Send Server-devel mailing list submissions to
server-devel@lists.laptop.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.laptop.org/listinfo/server-devel
or, via email, send a message with subject or body 'help' to
server-devel-requ...@lists.laptop.org

You can reach the person managing the list at
server-devel-ow...@lists.laptop.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of Server-devel digest...


Today's Topics:

1. Moving toward headless install on trimslice for XSCE (George Hunt)
2. Ansible facts listing (George Hunt)


--

Message: 1
Date: Sat, 16 Nov 2013 12:12:33 -0500
From: George Hunt georgejh...@gmail.com
To: XS Devel server-devel@lists.laptop.org
Subject: [Server-devel] Moving toward headless install on trimslice
for XSCE
Message-ID:
cadfccpv5g3dyxd5mh5qkyxr8hmlzca_dde+yzou73b0njm-...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

I'm wanting to do the following:

- Get rid of the autologon to root at console tty.
- Add a non privileged user (not a sudoer, not wheel), as we had
pre-ansible, (user:admin,pw:12admin), so that the sshd config of
permitrootlogon no can remain in place.
- enable password authentication
- Configure avahi to announce, so that in a trimslice situation, we can
easily determine the remote sshd target ip.

What do people think?
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.laptop.org/pipermail/server-devel/attachments/20131116/83a48d27/attachment-0001.html

--

Message: 2
Date: Sat, 16 Nov 2013 12:17:09 -0500
From: George Hunt georgejh...@gmail.com
To: XS Devel server-devel@lists.laptop.org
Subject: [Server-devel] Ansible facts listing
Message-ID:
CADfCcpVxWh-5SQ9c-6MpOueF2yGeMCBLXT=b23dzs3dwm99...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

I've been perplexed as to why the documentation about listing ansible facts
seemed to fail.

ie ansible localhost -m setup --connection=local returns no hosts found

What I discovered is that /etc/ansible/hosts file needs to be initialized
with:

[localhost]
127.0.0.1

Then the facts listing returns the desired information.
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.laptop.org/pipermail/server-devel/attachments/20131116/a485bee0/attachment-0001.html

--

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


End of Server-devel Digest, Vol 79, Issue 10

.



___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel