0% found this document useful (0 votes)
428 views4 pages

How To Install SSH For SCO OpenServer 5

This document provides instructions for installing SSH on SCO OpenServer 5.0.5 and higher to increase security by eliminating the need for telnet. It lists three packages that need to be downloaded from SCO's FTP server in a specified order, and provides step-by-step instructions for untarring and installing each package using the custom installer. After installing all three packages, SSH will be running on port 22 by default.

Uploaded by

Amit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
428 views4 pages

How To Install SSH For SCO OpenServer 5

This document provides instructions for installing SSH on SCO OpenServer 5.0.5 and higher to increase security by eliminating the need for telnet. It lists three packages that need to be downloaded from SCO's FTP server in a specified order, and provides step-by-step instructions for untarring and installing each package using the custom installer. After installing all three packages, SSH will be running on port 22 by default.

Uploaded by

Amit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

How to install SSH For SCO

OpenServer 5.0.5 and higher


Solution:
SSH for SCO Unix eliminates the need for telnet and increases security.

To install download the required below packages (from SCO):

ftp://ftp2.sco.com/pub/skunkware/osr5/vols/openssh-3.4p1-VOLS.tar

ftp://ftp2.sco.com/pub/skunkware/osr5/vols/prngd-0.9.23-VOLS.tar

ftp://ftp2.sco.com/pub/skunkware/osr5/vols/zlib-1.1.4-VOLS.tar

Note: The above packages may have higher versions available since printing of this
KB article as it will not be revised.

INSTRUCTIONS
Order of packages to install:

1) zlib-1.1.4-VOLS.tar

2) prngd-0.9.23-VOLS.tar

3) openssh-3.4p1-VOLS.tar

Install Instructions:

1. Download required packages from SCO.

2. Make a TEMP directory for each package.


3. Change directory into the TEMP directory for the package you want to untar.

4. Run the following command to untar files:

tar xvf [path to tar file]

5. After the packages are untarred into their separate TEMP directories, run
‘custom’.

6. Choose ‘Software’

7. Choose ‘Install New’

8. Choose ‘From Host’

9. Select ‘Media Image’ as your Media Device.

10. Type in the path to the proper TEMP directory for the package you are installing.

11. Select software to install.

After all 3 packages are installed OpenSSH will be running on port 22 (by default).

How do I change or recover a lost root


password in SCO OpenServer 5.0.7?
Solution:
1. If you are able to login as another user run /etc/hwconfig -hc and look for the
root controller hardware adapter driver of the disk for the root disk.

For example:disk – – – type=S ha=0 id=1 lun=0 bus=0 ht=ciss unit=1


Sdsk – – – cyls=8717 hds=255 secs=32 unit=1 fts=stdb 
In this case the ht=ciss shows it is the ciss driver. 
2. Download from ftp.sco.com or from the 5.0.7 installation CD in the
/images/boot directory get the btld for the root controller and create a btld onto
a floppy or CD rom.For floppy:format /dev/rfd0135ds18dd if=btld.img
of=/dev/fd0
3. Insert the 5.0.7 installation CD and reboot the server. (You may have to power
off and on, since you cannot shutdown). 
4. At the boot: prompt load the btld (If needed)For example:Boot: defbootstr
link=”ciss”
5. Continue with the Installation until you get to the Keyboard setup. 
6. At the Keyboard setup of the Installation press F8. Arrow down to the “Shell
Escape” and press Enter.
You will be at an <Installation> prompt 
7. Check to see if /dev/root exisits.l /dev/root
If it does verify is has the major & minor of 1, 42. If not then rm /dev/rootIf you
deleted /dev/root or it does not exist create it:mknod /dev/root b 1 42
8. Mount the root filesystem.mount /dev/root /mntYou might have to clean it up.
If the mount is unsuccessful run and then retry step 8.fsck –ofull /dev/root
9. Now change the root system to the hard
drive./mnt/opt/K/SCO/Unix/5.0.7Hw/etc/chroot /mnt
/opt/K/SCO/Unix/5.0.7Hw/bin/shYou will then have a promt with the #
10. If step 9 is successful, change the root password by entering:passwd root
11. Unmount the root filesystem and reboot

umount /mnt

reboot

12. divvy Divides disk partions into divisions for


filesystems
13. divvy -N -P Displays division information
14. divvy -N -P (device) Displays division information for 2nd disk
drive
15. divvy -N -P /dev/hd1a
16.
17. fstyp (device eg /dev/root) Displays filesystem type
18.
19. /dev/root Boot filesystem (/stand)
20. /dev/recover
21. /dev/root Root filesystem (/)
22. /dev/swap Swap space
23.
24. fsck (device) Verify a file system, the file system must be
unmounted,
25. except the /dev/root filesystem, you must be in
single user
26. mode (init 1) or have booted from boot/root.
27.
28. fsck -o full (device) Forces a full fsck.
29. fsck -y (device) Pre-answer questions either yes or no !
30. fsck -bs (device) Will recreate superblock
31.
32. mkdev fs Screen for Creating and deleting filesystems
33.
34. mount Lists all the mounted filesystems
35. mount (fs or device) Mounts a named filesystem
36. mountall Mounts all filesystems
37.
38. fuser -u (/mount point) Lists who is using the filesystem

You might also like