Footprinting

Linux Remote Mngmt

Notes and commands for Linux Remote Mngmt.

2023-12-11
Tags reconfootprintinglinux-remote-mngmt

Linux Remote Management

CommandDescription
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=passwordEnforce password-based authentication.