19 lines
364 B
Markdown
19 lines
364 B
Markdown
---
|
|
title: SSH Key Permissions
|
|
description: Permissions for SSH files.
|
|
published: true
|
|
date: 2024-06-30T13:09:10.357Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2024-06-30T13:09:08.969Z
|
|
---
|
|
|
|
# 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
|
|
|