[ expect ] telnet, ssh 자동화 script
telnet, ftp, ssh 등을 이용하기 위해서 아이디, 패스워드등 인증을 해야 하기때문에 자동화 처리를 위해 expect라는 script를 이용해 처리를 한다. 아래는 기본적인 ssh의 interactive mode를 구현한 것이다. custmizing 하여 ftp, telnet등에서도 사용하시길 바란다. vim ssh.exp #!/usr/bin/expect -f set timeout 30 #example of getting arguments passed from command line.. #not necessarily the best practice for passwords though... set server [lindex $argv 0] set user [lindex $argv 1] set p..
Developer
2012. 10. 9. 11:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Python Django
- Python
- Business English
- AWS
- 대명사 구문
- 영작
- 가정법
- 조동사
- hadoop
- NGINX
- k8s
- 다낭
- nodejs
- hdfs
- JBOSS
- 영문법
- 비교구문
- maven
- mongoDB
- 해외여행
- memcached
- 스페인 여행
- redis
- 여행
- 비지니스 영어
- 도덕경
- 베트남
- PostgreSQL
- ubuntu
- it
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함