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