상세 컨텐츠

본문 제목

ssh 를 이용한 remote shell 호출 (rsh 흉내내기)

소프트웨어/Unix

by 야솔아빠 2014. 6. 12. 14:27

본문

반응형

ssh 를 이용한 remote shell 호출 (rsh 흉내내기)


ssh -i $HOME/.ssh/id_dsa 165.123.123.1 '/users/inho/dump.sh > /dev/null' &

ssh -i $HOME/.ssh/id_dsa 165.123.123.2 '/users/inho/dump.sh > /dev/null' &

ssh -i $HOME/.ssh/id_dsa 165.123.123.3 '/users/inho/dump.sh > /dev/null' &



$HOME/.ssh/id_dsa ==> 인증서.

반응형

관련글 더보기

댓글 영역