[Server-devel] [XSCE] SSH Tip for XSCE and DXS Installs on XOs

James Cameron quozl at laptop.org
Fri Oct 11 18:09:42 EDT 2013


On Fri, Oct 11, 2013 at 12:00:30PM -0500, Anna wrote:
> #!/bin/bash
> mkdir /home/olpc/.ssh
> cp authorized_keys /home/olpc/.ssh
> chmod 700 /home/olpc/.ssh
> chmod 644 /home/olpc/.ssh/authorized_keys
> chown -R olpc:olpc /home/olpc/.ssh
> su -c 'systemctl enable sshd.service'
> su -c 'systemctl start sshd.service'
> exit

I like to do this in olpc-os-builder instead, that way it is done by
the time I reflash.  Also, I use root@ rather than olpc at .  For things
that won't go out of my lab, I'd prefer it to be easy rather than secure.

-- 
James Cameron
http://quozl.linux.org.au/


More information about the Server-devel mailing list