mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
436 B
Text
9 lines
436 B
Text
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It
|
|
supports the following features:
|
|
|
|
- User authentication via explicit username/password, or using a
|
|
public-key/private-key pair.
|
|
- Port forwarding, both from the local host to a remote computer via
|
|
the remote host, and from the remote host to the local host.
|
|
- Execute processes on the remote machine, both interactively and
|
|
non-interactively ("batch").
|