POV-Ray : Newsgroups : povray.off-topic : Data transfer : Re: Data transfer Server Time
30 Jul 2024 08:29:06 EDT (-0400)
  Re: Data transfer  
From: Orchid XP v8
Date: 13 Sep 2011 15:15:51
Message: <4e6fabe7$1@news.povray.org>
>> The solution may not be complex. Trying to find it in the documentation
>> often is.
>
> man sshd_config
>
> Search manpage.

And now there are *two* problems... ;-)

In seriousness, manpages are, by definition, *reference* documentation. 
What the standard Unix system lacks entirely is any kind of *explanation*.

>> Now explain how to generate a keypair and put the public half on the
>> list of acceptable clients.
>
> ssh-keygen
>
> Then copy the id_rsa.pub (or id_dsa.pub) file to the ~/.ssh directory on
> the target system.
>
> Problem solved.

That's... interesing. I'm damned /sure/ the manpage said to put the 
files into /etc/sshd or similar. And to edit the SSH configuration file 
to tell it what (local) user account goes with a given key. And how many 
simultaneous logins that user can have, what their shell is, and a bunch 
of other complicated stuff...

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.