Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

openSSH.md

File metadata and controls

8 lines (6 loc) · 316 Bytes

OpenSSH

  1. Remote Management tool , access to run commands on another machine.

  2. Developed by OpenBSD project

  3. Check SSH Client Installation - which ssh - this tells us where the binary is

  4. How to check a system's ipv4 address - hostname -I

  5. Check the SSH Service Status - sudo systemctl status sshd