Experimenting with smf to run parallel sshd service on different port
It’s been long time that I have posted something about my funny experiments at home. Today I just spent some time to write this post for those who want to know about creating a new SMF service . This post also covers the procedure to create a parallel sshd service which runs on non standard port (i.e. 222) instead of regular port ( i.e. 22).
Before going to actual topic, few basic points:
1. /var/svc/manifest/network – it is the directory where we can find existing network service templates like ssh, ftp, rpc, ipsec …etc
