Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <002501c06c70$43698660$10f160d1@spherion> From: "CyberZombie" To: "cygwin" References: <00122222491508 DOT 00503 AT cygbert> Subject: Re: Request for TESTING: New ssh-host-config and ssh-user-config scripts Date: Fri, 22 Dec 2000 18:37:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 You might consider adding a port option to ssh-host-config. As my client sits behind a maniacal corporate firewall, I configured my home box to run sshd on port 80. That is probably a common workaround for users punching through firewalls... ----- Original Message ----- From: "Corinna Vinschen" To: "cygwin" Sent: Friday, December 22, 2000 4:49 PM Subject: Request for TESTING: New ssh-host-config and ssh-user-config scripts Hi folks, I have attached two new scripts which shall replace the former `ssh-config' script in the next Cygwin OpenSSH version. The first script is called `ssh-host-config' and creates only the host configuration in /etc. I added two functionalities: - It creates a line sshd 22/tcp # SSH daemon in the systems `services' file if it's not already present and - it adds a line # sshd stream tcp nowait root /usr/sbin/sshd -i to /etc/inetd.conf if the file exists and a `sshd' line isn't already present. Note that this line is added as a comment! To support testing and unattended installation ssh-host-config got some options: usage: ssh-host-config [OPTION]... Options: --debug -d Enable shell's debug output. --yes -y Answer all questions with "yes" automatically. --no -n Answer all questions with "no" automatically. The second script is `ssh-user-config'. It can be called for each new user which needs a ssh configuration on the system. The additional functionality here is that the script asks if the newly created identities should be added to the authorized_keys files to allow login to this system. To support testing and unattended installation ssh-user-config got some options as well: usage: ssh-user-config [OPTION]... Options: --debug -d Enable shell's debug output. --yes -y Answer all questions with "yes" automatically. --no -n Answer all questions with "no" automatically. --passphrase -p word Use "word" as passphrase automatically. Please, give those scripts a try. They will only work with the test version of OpenSSH which I announced yesterday because it uses the new ssh-keygen options and it tries to create SSH2 RSA keys. Please report errors or problems in this mailing list and feel free to submit patches or new ideas for extending the functionality of both scripts. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. ---------------------------------------------------------------------------- ---- > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple