On Thu, Mar 4, 2010 at 2:07 PM, Robert Pelletier <robp2...@gmail.com> wrote:
> The key is not showing up in the file. I feel like an idiot because I
> should have checked that. Anyway, this is my
> /opt/ltsp/i386/etc/rc.local file. (the full key is not displayed)
>
> #!/bin/sh
> #
> # This script will be executed *after* all the other init
> scripts.
> # You can put your own initialization stuff in here if you don't
> # want to do the full Sys V style init stuff.
>
> touch /var/lock/subsys/local
>
> mkdir -p /root/.ssh
> echo 'ssh-rsa
> AAAAB3NzaC1yc2EAAAABIwAAAQEAvBtGAPRYIeozhmSlpKsc9ruF2knyziL+etw465kt2+vr8GpxVRK$
> r...@localhost.localdomain' > /root/.ssh/authorized_keys
>
>
> No matter how many users are logged in, this file remains empty.

All users have the same root filesystem so it make no diff how many
users log in.

Also, check that you don't have a ' char in the key. Maybe that's the problem.
echo '.................'.......'  > /root/.ssh/authorized_keys

Also try to copy the key manually (ctrl-alt-f2 then pull it with scp
from the server) to /root/.ssh/authorized_keys and see if things work.
-- 
Robert Arkiletian
Eric Hamber Secondary, Vancouver, Canada

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to