Re: [blfs-dev] OpenSSH-6.2p1

2013-06-02 Thread Igor Živković
On 05/22/2013 11:35 PM, Baho Utot wrote: > In the section for openssh the following should be added to the > instructions for running sshd > > ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa > ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa > ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-24 Thread Thomas de Roo
On Fri, 24 May 2013, Baho Utot wrote: > On 05/23/2013 08:39 PM, Bruce Dubbs wrote: >> Baho Utot wrote: >>> On 05/23/2013 08:01 PM, Fernando wrote: >>> >>> [putolin] >>> But the book does not use DESTDIR, so, the editors do not support it, at least not for openssh. So, I belie

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-24 Thread Baho Utot
On 05/23/2013 08:39 PM, Bruce Dubbs wrote: > Baho Utot wrote: >> On 05/23/2013 08:01 PM, Fernando wrote: >> >> [putolin] >> >>> But the book does not use DESTDIR, so, the editors do not support it, at >>> least not for openssh. >>> >>> So, I believe you are suggesting the addition of some comments

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Bruce Dubbs
Baho Utot wrote: > On 05/23/2013 08:01 PM, Fernando wrote: > > [putolin] > >> >> But the book does not use DESTDIR, so, the editors do not support it, at >> least not for openssh. >> >> So, I believe you are suggesting the addition of some comments about >> DESTDIR install? >> >>> No, just adding t

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Baho Utot
On 05/23/2013 08:01 PM, Fernando wrote: [putolin] > > But the book does not use DESTDIR, so, the editors do not support it, at > least not for openssh. > > So, I believe you are suggesting the addition of some comments about > DESTDIR install? > >> No, just adding to the text if it complains upon

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Fernando
Em 23-05-2013 18:35, Baho Utot escreveu: > On 05/23/2013 05:19 PM, Fernando wrote: >> Em 23-05-2013 13:10, Baho Utot escreveu: >>> On 05/23/2013 11:10 AM, Fernando wrote: This confirms what is in the book: Command Explanations --sysconfdir=/etc/ssh: This prevents the configuration files f

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Baho Utot
On 05/23/2013 05:19 PM, Fernando wrote: > Em 23-05-2013 13:10, Baho Utot escreveu: >> On 05/23/2013 11:10 AM, Fernando wrote: >>> This confirms what is in the book: Command Explanations >>> --sysconfdir=/etc/ssh: This prevents the configuration files from >>> being installed in /usr/etc. >>> > >> m

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Baho Utot
On 05/23/2013 04:38 PM, Bruce Dubbs wrote: > Baho Utot wrote: > >> mkdir test/etc >> mkdir test/etc/ssh >> test/usr/sbin/sshd -t -f test/etc/ssh/sshd_config >> Could not load host key: /etc/ssh/ssh_host_rsa_key >> Could not load host key: /etc/ssh/ssh_host_dsa_key >> Disabling protocol version 2. C

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Fernando
Em 23-05-2013 13:10, Baho Utot escreveu: > On 05/23/2013 11:10 AM, Fernando wrote: >> This confirms what is in the book: Command Explanations >> --sysconfdir=/etc/ssh: This prevents the configuration files from >> being installed in /usr/etc. >> > make DESTDIR=test install > Oh, sorry, I shou

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Bruce Dubbs
Baho Utot wrote: > mkdir test/etc > mkdir test/etc/ssh > test/usr/sbin/sshd -t -f test/etc/ssh/sshd_config > Could not load host key: /etc/ssh/ssh_host_rsa_key > Could not load host key: /etc/ssh/ssh_host_dsa_key > Disabling protocol version 2. Could not load host key > sshd: no hostkeys available

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Baho Utot
On 05/23/2013 11:10 AM, Fernando wrote: This confirms what is in the book: Command Explanations --sysconfdir=/etc/ssh: This prevents the configuration files from being installed in /usr/etc. test.sh #!/bin/bash tar xf openssh-6.2p1.tar.gz cd openssh-6.2p1 mkdir test ./configure --prefix=/us

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Fernando
Em 23-05-2013 11:38, Fernando escreveu: > Em 23-05-2013 08:19, Baho Utot escreveu: >> On 05/22/2013 06:08 PM, Bruce Dubbs wrote: >>> Baho Utot wrote: In the section for openssh the following should be added to the instructions for running sshd ssh-keygen -f /etc/ssh/ssh_host_rs

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Fernando
Em 23-05-2013 08:19, Baho Utot escreveu: > On 05/22/2013 06:08 PM, Bruce Dubbs wrote: >> Baho Utot wrote: >>> In the section for openssh the following should be added to the >>> instructions for running sshd >>> >>> ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa >>> ssh-keygen -f /etc/ssh/ss

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-23 Thread Baho Utot
On 05/22/2013 06:08 PM, Bruce Dubbs wrote: > Baho Utot wrote: >> In the section for openssh the following should be added to the >> instructions for running sshd >> >> ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa >> ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa >> ssh-keygen -f /etc

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-22 Thread Fernando
Em 22-05-2013 19:08, Bruce Dubbs escreveu: > Baho Utot wrote: >> In the section for openssh the following should be added to the >> instructions for running sshd >> >> ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa >> ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa >> ssh-keygen -f /etc

Re: [blfs-dev] OpenSSH-6.2p1

2013-05-22 Thread Bruce Dubbs
Baho Utot wrote: > In the section for openssh the following should be added to the > instructions for running sshd > > ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa > ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa > ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa > > This gen

[blfs-dev] OpenSSH-6.2p1

2013-05-22 Thread Baho Utot
In the section for openssh the following should be added to the instructions for running sshd ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa This generates the keys for sshd and i