Re: [Server-devel] Server-devel Digest, Vol 64, Issue 9

2012-08-30 Thread Yannick Warnier
Hi, As a suggestion, I would simply use rm -f .ssh/known_hosts The -r option means "recursive", so if you get it wrong and hit the enter key too soon, it might delete the whole .ssh directory, which might be a problem if any SSH key is used from the XO. Yannick Le mercredi 29 août 2012 à 10:58

Re: [Server-devel] Server-devel Digest, Vol 64, Issue 9

2012-08-29 Thread Tony Anderson
Hi, If you connect an XO to a different school server, you will get an known host error. The solution is to use the Terminal activity and enter: cd (cd with no parameters goes to the user's home folder). rm -rf .ssh/known_hosts ssh admin@schoolserver You should get a question whether to conti