Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
openssh [2014/07/31 10:17]
127.0.0.1 external edit
openssh [2016/02/19 13:16]
steve
Line 5: Line 5:
   * [[SSH]]   * [[SSH]]
  
 +  * [[ftp://​ftp.openbsd.org/​pub/​OpenBSD/​OpenSSH/​portable/​]]
   * [[http://​cmrg.fifthhorseman.net/​wiki/​OpenSSH]]   * [[http://​cmrg.fifthhorseman.net/​wiki/​OpenSSH]]
   * [[https://​dev.gentoo.org/​~swift/​docs/​security_benchmarks/​openssh.html]]   * [[https://​dev.gentoo.org/​~swift/​docs/​security_benchmarks/​openssh.html]]
Line 63: Line 64:
 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.