openssh

OpenBSD freely-licensed SSH connectivity tools for secure remote access

brewmacoslinux
Try with needOr install directly
Source

About

OpenBSD freely-licensed SSH connectivity tools

Commands

sshsshdssh-keygenssh-copy-idssh-agentssh-addscpsftpssh-keyscan

Examples

Connect to a remote server via SSH$ ssh user@example.com
Generate a new SSH key pair for authentication$ ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
Copy files securely from local to remote server$ scp -r /local/path user@example.com:/remote/path