|
From: Kelledin <kel...@sk...> - 2002-08-20 14:48:54
|
On Tuesday 20 August 2002 09:24 am, Michael Lauzon wrote: > What about the people who don't have 'Net=20 > access from home -- me for example -- so I=20 > don't have keys and whatnot, so is it possible=20 > to setup the RaQ to have a way for me to access=20 > it like I access a Linux account through=20 > Telnet? I would think that if you could reach the RaQ via telnet, you=20 could also reach it via ssh...same network, just a different=20 port and protocol. Am I missing some crucial detail here? Getting yourself a "public SSH key" is a simple matter once=20 you've got OpenSSH installed--no need to actually register with=20 an online database somwhere. You just generate an RSA key pair=20 via "ssh-keygen -t rsa" and enter the password when it asks for=20 one. When you want SSH2 public-key access to a server, you just=20 send your ~/.ssh/id_rsa.pub file (and a nice little access=20 request message) off to the server admin. > (http://www.inceptionos.org/) site, will be the > official site for the project, if I understand > your question correctly. Have you had a chance > to check out GeekLog (http://geeklog.sf.net/) > to see what it can do? At this point, I think we're all in favor of using=20 inceptionos.org as the main site. As for FTP=20 hosting...inceptionos.org will at least be a primary mirror. =20 Better for it to become the master FTP archive, I think--the=20 alternative is for developers to connect to my box over a dodgy=20 cable modem with a mere 30K/sec upstream. Ouch ouch ouch. =3D/ I'm personally in favor of Geeklog myself--it suits the style we=20 want quite well. It'll take a MySQL backend, but it shouldn't=20 generate enough SQL traffic to overload the system--especially=20 if we don't have the "riff-raff" commenting all the time and=20 competing for first post (no offense to the riff-raff ;). --=20 Kelledin "If a server crashes in a server farm and no one pings it, does=20 it still cost four figures to fix?" |