mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-10 03:19:25 +01:00
4 lines
115 B
Bash
4 lines
115 B
Bash
|
#!/bin/bash
|
||
|
chmod 700 ~/.ssh
|
||
|
chmod 600 ~/.ssh/*
|
||
|
chmod 644 -f ~/.ssh/*.pub ~/.ssh/authorized_keys ~/.ssh/known_hosts
|