All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

SSH Authentication with FileVault Encryption on macOS

By

ingve

8mo ago· 1 min readen

Summary

This technical documentation explains how SSH authentication works when FileVault is enabled on macOS. When FileVault encrypts the data volume, it remains locked until user authentication, which affects OpenSSH since its configuration files are stored on that encrypted volume. However, the article notes that password authentication via SSH is still possible when Remote Login is enabled, even during this locked state.

Key quotes

· 4 pulled
When FileVault is enabled, the data volume is locked and unavailable during and after booting, until an account has been authenticated using a password
The macOS version of OpenSSH stores all of its configuration files, both system-wide and per-account, in the data volume
Therefore, the usually configured authentication methods and shell access are not available during this time
However, when Remote Login is enabled, it is possible to perform password authentication using SSH even in this situation
Snippet from the RSS feed
apple_ssh_and_filevault — SSH and FileVault

You might also wanna read