Go back
>> home
>>
useful
>>
IRIX
Install OpenSSH on IRIX
- Download OpenSSH portable source package from
here
or other mirror sites.
- ungzip and untar the src package.
- cd the src dir and issue ./configure.
- gmake
- Create a new user named sshd
In /etc/passwd:
sshd:x:52058:2509:sshd privsep:/var/empty:/bin/false
In /etc/group:
sshd:x:2509:
- gmake install
- create /etc/init.d/sshd as described in
this site
. Some syntax error might need to be fixed.
- As root, run /etc/init.d/sshd start to start the daemon.
You could upgrade OpenSSH remotely without being disconnected!!!
Just run gmake install and kill 1234 && /etc/init.d/sshd
Go back
>> home
>>
useful
>>
IRIX
Please send questions, comments, and suggestions to
ymeng_9 at etang dot com