0 votes
in Cloud Foundry by
What is SSH Daemon?

1 Answer

0 votes
by

The SSH daemon is a lightweight implementation that is built around the Go SSH library. It supports command execution, interactive shells, local port forwarding, and secure copy. The daemon is self-contained and has no dependencies on the container root file system.

...