mirror of
http://124.126.16.154:8888/singularity/hdk-auth.git
synced 2026-01-15 07:45:30 +08:00
7 lines
101 B
Bash
7 lines
101 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
chmod -R 700 ~/.ssh
|
||
|
|
#chmod 600 ~/.ssh/authorized_keys
|
||
|
|
|
||
|
|
#chown -R git:git ~/.ssh
|