This page describes how to use ssh (SSH client and OpenSSH daemon) on PureDarwin. Installing the SSH serverTo install the SSH server, simply install OpenSSH.root.tar.gz (you can find a version compiled for Darwin 9 here). Activating the SSH serverTo activate the SSH server (it will be automatically launched on every boot), issue sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist To stop the SSH server, issue sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist Connecting to the SSH serverTo connect, do ssh localhost -l toor if you have a user "toor". Don't forget to change the password with the "passwd" command. |
The goal of this project is to make Darwin more usable by providing an installation ISO, documentation, and add-on software. You are welcome to join #puredarwin on irc.freenode.net if you would like to join PureDarwin development and to add to this site.