rapier1 / hpn-ssh

HPN-SSH based on OpenSSH
https://psc.edu/hpn-ssh-home
Other
302 stars 41 forks source link

Install order of operations problem #42

Closed mpounsett closed 1 year ago

mpounsett commented 1 year ago

The HPNSSHInstallation.txt file puts the make install step before the creation of the privilege separation user, which causes an error during install in the check-config target.

/usr/local/sbin/hpnsshd -t -f /usr/local/etc/hpnssh/sshd_config
Privilege separation user hpnsshd does not exist
make: [Makefile:386: check-config] Error 255 (ignored)

This could be trivially fixed by swapping steps 7 and 8 in the document.

I'm happy to do a PR if you agree that this change should be made.

rapier1 commented 1 year ago

Oh crap. Sorry about that. Yes, please issue a PR and we'll incorporate that.