Mittwoch, 2. März 2016

SSH: Fix folder and file permissions for ~/.ssh folder

SSH is checking the folder and files permissions at ~/.ssh. If there're any problems with reading or writing into that folder, the following command helps out.

chmod 700 ~/.ssh && chmod 600 ~/.ssh/*

Keine Kommentare:

Kommentar veröffentlichen