WikiJS/home/linux/ssh-keys.md
2025-06-08 22:19:54 +00:00

19 lines
364 B
Markdown

---
title: SSH Key Permissions
description: Permissions for SSH files.
published: true
date: 2025-06-06T12:27:44.382Z
tags:
editor: markdown
dateCreated: 2025-06-06T12:27:42.835Z
---
# SSH KEYS PERMISSIONS
chmod 700 ~/.ssh
chmod 644 ~/.ssh/authorized_keys
chmod 644 ~/.ssh/known_hosts
chmod 644 ~/.ssh/config
chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub