Bird
0
0

You want to connect to your Raspberry Pi over the internet securely. Which combination is best practice?

hard📝 Application Q9 of 15
Raspberry Pi - Platform
You want to connect to your Raspberry Pi over the internet securely. Which combination is best practice?
AUse SSH with a strong password and change the default port
BUse SSH with default port and no password
COpen all ports on your router for easy access
DUse Telnet instead of SSH for faster connection
Step-by-Step Solution
Solution:
  1. Step 1: Understand secure remote access

    Using SSH with a strong password and changing default port reduces attack risk.
  2. Step 2: Evaluate insecure options

    Default port with no password is unsafe; opening all ports exposes device; Telnet is unencrypted.
  3. Final Answer:

    Use SSH with a strong password and change the default port -> Option A
  4. Quick Check:

    Secure SSH over internet = strong password + port change [OK]
Quick Trick: Change SSH port and use strong password for internet access [OK]
Common Mistakes:
  • Leaving default port open
  • Using no password
  • Using Telnet which is insecure

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes