Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 945 Bytes

File metadata and controls

37 lines (23 loc) · 945 Bytes
cover ../.gitbook/assets/SSH Penetration Testing.png
coverY 0

🟢 SSH Service Info

When it comes to protecting your servers from unauthorized access, there are no longer any excuses. Every business should be aware and make sure their SSH service is secure.

Secure Shell, or SSH, is an encrypted networking protocol commonly used to gain remote access to a server.

It is an important protocol that is used to securely transfer data between two computers over an insecure network or the internet.

Next Generation of Cybersecurity Learning

Installation

Connecting

ssh popdocs@192.168.1.10

Config Files

nano /etc/ssh/sshd_config

Connect to Windows via Active Directory

ssh domain-name\\username@domain-controller

Securing Your SSH Service