SSH on SuSE 10 SP1 problem

2008-10-31 Thread Stahr, Lea
I cannot start SSH on my cloned SuSE 10 SP1 system under zVM. It does not start at boot time, but gives the error cipher_encrypt: bad plaintext length 337 I get the same error if I manually try to start it. In the Virtualization Cookbook for SLES 10 SP2 page 152 it gives the procedure for

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread David Kreuter
what is your host name and length of host name and is it a different length from the master host name? David Kreuter From: Linux on 390 Port on behalf of Stahr, Lea Sent: Fri 10/31/2008 9:40 AM To: LINUX-390@VM.MARIST.EDU Subject: SSH on SuSE 10 SP1 problem

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Leland Lucius
Stahr, Lea wrote: brksvl01:/usr/bin # ssh-keygen -t rsa -N " -q -f ssh_host_rsa_key I believe you're using a double quote (") and when it maybe should have been two singles (''). In any case, you're missing a close quote above. I haven't read the cookbook, but you really don't need to generat

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Stahr, Lea
390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Leland Lucius Sent: Friday, October 31, 2008 9:03 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: SSH on SuSE 10 SP1 problem Stahr, Lea wrote: > brksvl01:/usr/bin # ssh-keygen -t rsa -N " -q -f ssh_host_rsa_key > I believe you're usin

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Neale Ferguson
The " character is an escape character for the virtual machine console (aka 3215). To enter two double quotes you need to type in 4 of them. On 10/31/08 10:05 AM, "Stahr, Lea" <[EMAIL PROTECTED]> wrote: > I typed in two double quotes per the book but only one appeared on the > screen. I will use

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Adam Thornton
On Oct 31, 2008, at 8:40 AM, Stahr, Lea wrote: I cannot start SSH on my cloned SuSE 10 SP1 system under zVM. It does not start at boot time, but gives the error cipher_encrypt: bad plaintext length 337 brksvl01:/usr/bin # ssh-keygen -t rsa -N " -q -f ssh_host_rsa_key That's probably sup

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Stahr, Lea
To: LINUX-390@VM.MARIST.EDU Subject: Re: SSH on SuSE 10 SP1 problem The " character is an escape character for the virtual machine console (aka 3215). To enter two double quotes you need to type in 4 of them. On 10/31/08 10:05 AM, "Stahr, Lea" <[EMAIL PROTECTED]> wrote: &g

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Stahr, Lea
9:03 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: SSH on SuSE 10 SP1 problem Stahr, Lea wrote: > brksvl01:/usr/bin # ssh-keygen -t rsa -N " -q -f ssh_host_rsa_key > I believe you're using a double quote (") and when it maybe should have been two singles (''). In a

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Michael MacIsaac
Leland, > I haven't read the cookbook, but you really don't need to generate > the keys yourself. All you really need to do is delete all files > beginning with "ssh_host" in /etc/ssh: > > rm /etc/ssh/ssh_host* I didn't know that. This is a cleaner solution. I'll look at trying to work it and d

Re: SSH on SuSE 10 SP1 problem

2008-10-31 Thread Stahr, Lea
: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Michael MacIsaac Sent: Friday, October 31, 2008 10:37 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: SSH on SuSE 10 SP1 problem Leland, > I haven't read the cookbook, but you really don't need to generate > the keys yourself.