90d8c77fba
"stripped down" refers to the fact that we build a single binary which includes ssh, sshd and scp functionality without having to bring in 3 copies of mostly the same code. Requests to add this category and this port have been posted on the ports list and directly to satoshi over the past few months. I assume no reply means no problem.
8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
Secure Shell is a program to log into another computer over a network,
|
|
to execute commands in a remote machine, and to move files from one
|
|
machine to another. It provides strong authentication and secure
|
|
communications over insecure channels. It is intended as a replacement
|
|
for rlogin, rsh, and rcp.
|
|
This port builds the three programs ssh, sshd and scp as a single binary,
|
|
and is intended for use with picobsd images.
|