8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chmod 755 ~/.ssh
|
|
chmod 644 ~/.ssh/known_hosts
|
|
chmod 600 ~/.ssh/id_rsa
|
|
chmod 600 ~/.ssh/id_rsa.pub
|
|
|