L Moore <[EMAIL PROTECTED]> wrote: > Not yet. I'm trying to understand how to sshd on this > computer from ssh on the same machine. Is there a ssh howto file?
http://www.google.com/search?q=ssh+howto > My first step is to make a /home/ljmoore/.ssh directory. > > drwxr-xr-x 2 ljmoore users 4096 May 26 07:06 .ssh > > cd .ssh > ssh-keygen > Generating public/private rsa key pair > > While that is working, I'll ask - on the G4 and MacSSH, after I > "Export public key ..." the sheet says to 'send the resulting file > to the admin.' What am I as the admin supposed to do with it? If you add the public key to your ~/.ssh/authorized_keys file, that will authorize you to log in to that account using the corresponding private key. I'm not sure what the corresponding authorized_keys file would be when using MacSSH. I recommend using a program called "keychain" to manage your ssh keys while you're logged in. There should be a Debian package for it. http://www.gentoo.org/proj/en/keychain/ Dave -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]