Linux CLI - SSH and Remote AccessIn an SSH config file, what does the Host * entry mean?AIt matches only hosts named literally '*'BIt disables SSH connections to all hostsCIt matches hosts with names starting with '*'DIt matches all hosts not matched by previous entriesCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand wildcard usage in Host entriesThe asterisk (*) is a wildcard that matches any hostname.Step 2: Placement of Host * in configHost * matches all hosts not matched by earlier Host entries, acting as a default.Final Answer:It matches all hosts not matched by previous entries -> Option DQuick Check:Host * = Default catch-all [OK]Quick Trick: Host * acts as a default for unmatched hosts [OK]Common Mistakes:Thinking it disables all connectionsAssuming it matches literal '*' hostnameBelieving it matches only hosts starting with '*'
Master "SSH and Remote Access" in Linux CLI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Linux CLI Quizzes Archiving and Compression - Why compression saves storage and bandwidth - Quiz 5medium Cron and Scheduling - Cron log monitoring - Quiz 8hard Cron and Scheduling - Cron log monitoring - Quiz 6medium Cron and Scheduling - Why cron automates recurring tasks - Quiz 11easy Environment and Configuration - History command and search - Quiz 10hard Package Management - Repository management - Quiz 1easy Package Management - Installing, updating, removing packages - Quiz 8hard Package Management - apt (Debian/Ubuntu) basics - Quiz 4medium SSH and Remote Access - SSH connection basics - Quiz 7medium SSH and Remote Access - Key-based authentication - Quiz 5medium