This website requires JavaScript.
Explore
Help
Sign In
env-all
/
notes
Watch
1
Star
0
Fork
You've already forked notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
powershell
notes
/
config
/
ssh
/
change-mod.sh
7 lines
89 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
set
-x
ssh_path
=
$HOME
/.ssh
chmod
644
$ssh_path
/*
chmod
600
$ssh_path
/id_rsa
Reference in New Issue
View Git Blame
Copy Permalink