Linux Remote Management
| Command | Description |
|---|---|
ssh-audit.py <FQDN/IP> | Remote security audit against the target SSH service. |
| `ssh @<FQDN/IP> | Log in to the SSH server using the SSH client.` |
ssh -i private.key <user>@<FQDN/IP> | Log in to the SSH server using private key. |
ssh <user>@<FQDN/IP> -o PreferredAuthentications=password | Enforce password-based authentication. |