Re: ssh into a webserver on a shared host

2003-05-29 Thread Kevin Coyner
On Thu, May 29, 2003 at 07:58:37AM +0200, Nico Meijer wrote.. > Hi Kevin, > > > When I generate the publickey on the home box, it generates a key for > > [EMAIL PROTECTED] I can upload this to the SSH server (host), but > > automatic signin obviously isn't going to happen. > > Create a pai

Re: ssh into a webserver on a shared host

2003-05-29 Thread Colin Watson
On Thu, May 29, 2003 at 07:58:37AM +0200, Nico Meijer wrote: > Create a pair of keys (ssh-keygen -t dsa) without passphrase, copy that > to the host in question with scp (scp .ssh/id_dsa.pub > [EMAIL PROTECTED]:.ssh/lusername), ssh into the host and append the > key (in file .ssh/lusername) to .ssh

Re: ssh into a webserver on a shared host

2003-05-29 Thread Nico Meijer
Hi Kevin, > When I generate the publickey on the home box, it generates a key for > [EMAIL PROTECTED] I can upload this to the SSH server (host), but > automatic signin obviously isn't going to happen. > > Anyone been down this path before? Yup, I routinely do that. Have you actually tried this

Re: ssh into a webserver on a shared host

2003-05-29 Thread David Z Maze
Kevin Coyner <[EMAIL PROTECTED]> writes: > This is easily done when: > > I have a useraccount on both machines under the same name (i.e. > kevin) and This isn't a requirement; > I've generated a public key on my home machine using ssh-keygen and > > copied that key to the .ssh/au