Sponsored Content
Operating Systems Solaris Upgrade Solaris 8 to Solaris 10 Post 302233211 by TonyFullerMalv on Saturday 6th of September 2008 06:00:59 PM
Old 09-06-2008
You'll need to:
1. Learn about the SMF system that replaces the rc scripts to start things on boot-up. 2, Ensure that /etc/resolv.conf only has 3 nameserver lines in it if you want to use a search line after them (I know the DNS client always only used the first 3 DNS servers).
3. The ldapsearch command now supports SSL (hooray!).
4. Link /etc/ipnodes to /etc/hosts unless you have an up to date enough Solaris 10 such that it is already done for you.
5. Watch out for NFS 4 servers and clients which need more configuring than NFS V3 did.
6. The ssh, etc. commands are provided now but are in /usr/bin, not /usr/local/bin (where the SFW package put them) and the ssh_config and sshd_config file have moved to /etc/ssh from /usr/local/etc.
7. Some openwindows commands have gone, others have moved to /usr/dt/bin.
8. Using secure LDAP for user authentication, etc. prevents Firefox using the user's own certificate database.
9. Output format from nslookup has changed (for reverse lookup I think).
10. A prtdiag wrapper is now in the path (hooray!).
11. Various shared memory and semaphore entries that went into /etc/system are now obsolete (no longer needed!).

Those are the main things that have changed and/or had to be addresses that I have come across so far.
 

2 More Discussions You Might Find Interesting

1. Solaris

Solaris 9 to Solaris 10 upgrade on Sun Fire 3800

Hello there! I have Sun Fire 3800 with very old Solaris 9 and I need to perform upgrade to concurrent Solaris 10 version, preserving current OS configuration. I supose to make it using Live Upgrade, but according to Solaris Live Upgrade Software: Minimum Patch Requirements page, I need to... (5 Replies)
Discussion started by: Sapfeer
5 Replies

2. Solaris

Upgrade Solaris 11.1 to Solaris 11.2 beta?

Ive googled a bit, but could not find out how to upgrade to Solaris 11.2 beta, using the IPS package manager. Does anyone know how to do it? (4 Replies)
Discussion started by: kebabbert
4 Replies
ssh-keysign(1M) 														   ssh-keysign(1M)

NAME
ssh-keysign - ssh helper program for host-based authentication SYNOPSIS
ssh-keysign ssh-keysign is used by ssh(1) to access the local host keys and generate the digital signature required during host-based authentication with SSH protocol version 2. This signature is of data that includes, among other items, the name of the client host and the name of the client user. ssh-keysign is disabled by default and can be enabled only in the global client configuration file /etc/ssh/ssh_config by setting Host- basedAuthentication to yes. ssh-keysign is not intended to be invoked by the user, but from ssh. See ssh(1) and sshd(1M) for more information about host-based authen- tication. /etc/ssh/ssh_config Controls whether ssh-keysign is enabled. /etc/ssh/ssh_host_dsa_key /etc/ssh/ssh_host_rsa_key These files contain the private parts of the host keys used to generate the digital signature. They should be owned by root, readable only by root, and not accessible to others. Because they are readable only by root, ssh-keysign must be set-uid root if host-based authentication is used. ssh-keysign will not sign host-based authentication data under the following conditions: o If the HostbasedAuthentication client configuration parameter is not set to yes in /etc/ssh/ssh_config. This setting cannot be overri- den in users' ~/.ssh/ssh_config files. o If the client hostname and username in /etc/ssh/ssh_config do not match the canonical hostname of the client where ssh-keysign is invoked and the name of the user invoking ssh-keysign. In spite of ssh-keysign's restrictions on the contents of the host-based authentication data, there remains the ability of users to use it as an avenue for obtaining the client's private host keys. For this reason host-based authentication is turned off by default. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsshu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ ssh(1), sshd(1M), ssh_config(4), attributes(5) AUTHORS
Markus Friedl, markus@openbsd.org HISTORY
ssh-keysign first appeared in Ox 3.2. 9 Jun 2004 ssh-keysign(1M)
All times are GMT -4. The time now is 02:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy