1. Install bash,ssh,less(can't live without it):
mount /dev/dsk/c1t0d0p0 /mnt
#pkgadd -d /mnt/Solaris_10/Product/ SUNWbash
#pkgadd -d /mnt/Solaris_10/Product/ SUNWssh*
#pkgadd -d /mnt/Solaris_10/Product/ SUNWless
2. Generate key and enable ssh:
#ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
#svcadm enable ssh
3. Man pages will be useful also:
#pkgadd -d /cdrom/Solaris_10/Product SUNWdoc SUNWman
mount /dev/dsk/c1t0d0p0 /mnt
#pkgadd -d /mnt/Solaris_10/Product/ SUNWbash
#pkgadd -d /mnt/Solaris_10/Product/ SUNWssh*
#pkgadd -d /mnt/Solaris_10/Product/ SUNWless
2. Generate key and enable ssh:
#ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
#svcadm enable ssh
3. Man pages will be useful also:
#pkgadd -d /cdrom/Solaris_10/Product SUNWdoc SUNWman
Comments