directory 구조 변경

This commit is contained in:
havelight-ee
2022-12-14 17:35:20 +09:00
parent 1d499e4e3c
commit e49095a6ac
1332 changed files with 3008 additions and 587 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
rm ./authorized_keys
for FILE in `ls pub_keys/*.pub`
do
echo "$FILE"
cat "$FILE" >> authorized_keys
done
# scp authorized_keys ubuntu@bastion.dev.kr.datasaker.io:/home/ubuntu/.ssh/