- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sshd... keys!!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 02:12 AM
02-06-2003 02:12 AM
sshd... keys!!
I configured and generated keys. But when I lunch /usr/local/sbin/sshd
I read :" sshd[10369]: WARNING: Host key pair is not specified, trying to use default 'hostkey'."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 02:31 AM
02-06-2003 02:31 AM
Re: sshd... keys!!
do you have an entry:
HostKey
in your sshd-config-file?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 06:04 AM
02-06-2003 06:04 AM
Re: sshd... keys!!
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 07:19 AM
02-06-2003 07:19 AM
Re: sshd... keys!!
You will need to generate hostkeys before you launch sshd. Try generating them in this way. Go ahead and generate keys for all the versions.
#cd /usr/local/bin
./ssh-keygen -q -b 1024 -t rsa -f /usr/local/etc/openssh/ssh_host_rsa_key -C ''
-N ''
./ssh-keygen -q -b 1024 -t dsa -f /usr/local/etc/openssh/ssh_host_dsa_key -C ''
-N ''
./ssh-keygen -q -b 1024 -t rsa1 -f /usr/local/etc/openssh/ssh_host_key -C '' -N ''
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2003 05:23 AM
02-07-2003 05:23 AM
Re: sshd... keys!!
openssh-3.1p1-sd-11.00.depot?
There is a small bug in the installation. If may have been fixed by now. But you would have problems creating keys. If so, let me know, or look in the forums on the installation problem.
steve