Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
openssh [2014/07/31 10:17]
127.0.0.1 external edit
openssh [2016/02/18 17:05]
steve
Line 63: Line 63:
 launchctl start com.openssh.sshd launchctl start com.openssh.sshd
 </​code>​ </​code>​
 +
 +=== Building from Source ===
 +
 +Use the local copy of OpenSSL:
 +
 +<​code>​
 +./configure --with-ssl-dir=/​usr/​local
 +</​code>​
 +
 +If looking for ''​ssh-copy-id'',​ it will be in the ''​contrib''​ directory.