added folders ./home/linux/ and ssh-keys.md

This commit is contained in:
cheeks 2024-06-30 09:08:20 -04:00
parent 88db9e444a
commit a8abeecba0

17
home/linux/ssh-keys.md Normal file
View File

@ -0,0 +1,17 @@
---
title: SSH Key Permissions
description: Permissions for SSH files.
published: true
date: 2024-06-30
tags:
editor: markdown
dateCreated: 2024-06-30T09:05:00.000Z
---
# 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