📖 What is SSH?

Secure Shell (SSH) is a cryptographic network protocol providing secure remote access to a computer. It encrypts all communication, protecting against eavesdropping and man-in-the-middle attacks, and is commonly used for remote command-line access and secure file transfer.

🥋 Sensei Says:

"SSH operates on TCP port 22 and is a secure replacement for Telnet. Understand the use of SSH keys for authentication, which enhance security over password-based logins. Exam questions may involve identifying SSH’s security benefits and configuration options."

📚 Certification: CompTIA A+ Certification Exam Core 2 (220-1102)

🔑 What are the Key Concepts of SSH?

  • SSH uses cryptographic keys to verify the identity of both the client and server, providing strong authentication.
  • Password-based SSH authentication is less secure than key-based authentication and should be disabled when possible.
  • SSH can be used for secure file transfer via SCP and SFTP, providing encrypted alternatives to FTP.
  • Port forwarding with SSH creates secure tunnels for other network services, enhancing overall security.
  • SSH configuration files (like sshd_config) control server settings, including allowed users, ports, and authentication methods.

🎯 How does SSH appear on the 220-1102 Exam?

You may be asked to identify the protocol used to securely administer a remote Linux server from a Windows workstation.

A scenario might describe a security audit revealing a system still using Telnet; determine the recommended replacement protocol.

Expect questions about troubleshooting failed SSH connections, including checking firewall rules and authentication methods.

❓ Frequently Asked Questions

What is the benefit of using SSH keys over passwords?

SSH keys are significantly more secure than passwords because they are much harder to crack through brute-force attacks. They also prevent password sniffing.


How can I improve SSH security beyond just using keys?

Disable password authentication, change the default SSH port (22), use a firewall to restrict access, and regularly update the SSH server software.


What is SSH tunneling used for, and why is it important?

SSH tunneling creates an encrypted connection that can forward other network traffic. This is important for securing insecure protocols or accessing resources behind firewalls.

Related Terms from CompTIA A+ Certification Exam Core 2

📝 Related Study Guides

Study Guide 10 min read

CompTIA A+ Core 2 (220-1102): How to Pass and Study Plan

To pass the CompTIA A+ Core 2 (220-1102) exam, you must score at least 700/900. Focus on the four key domains: Operating Systems (31%), Security (25%), Software Troubleshooting (22%), and Operational Procedures (22%). Success requires mastering OS command lines, security protocols, and a systematic troubleshooting methodology through rigorous practice exams.

Comparison 7 min read

NTFS vs FAT32 vs exFAT: A+ Core 2 File System Guide

NTFS is the Windows standard featuring security permissions and journaling. FAT32 offers maximum compatibility but limits individual files to 4GB. exFAT bridges the gap, removing the 4GB limit while maintaining cross-platform support for flash drives. Choosing the right one depends on the required security, file size, and OS compatibility.

Comparison 8 min read

CISSP vs CISM: Which Certification Should You Pursue in 2026?

Choose CISSP if you want broad technical security expertise across eight domains, including cryptography, network security, and software development. Choose CISM if you're focused on information security management, governance, and risk management from a leadership perspective. CISSP is ideal for hands-on security architects, while CISM is designed for security managers and directors.

🧠

Test Your Knowledge

Think you understand SSH? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium