2023-01-03

dropbear start.

systemctl status dropbear.socket
실행중 상태 판단은. $? (리턴)값이 0이면 가동중. 3이면 중단.

시작시, 항상 위의 조건으로 아래를 실행할지 말지 판단한다. (스크립트든, C언어든)
dropbearkey -t rsa -f dropbear_rsa_host_key
dropbearkey -t dss -f dropbear_dss_host_key
systemctl restart dropbear.socket
dropbear -F –E



댓글 없음:

댓글 쓰기

gitea 설치

깃 서버 wget -O gitea https://dl.gitea.com/gitea/1.22.0/gitea-1.22.0-linux-amd64 chmod a+x gitea ./gitea web github 에서 미러링시에, access token을 넣어야...