| 199 번 글: [ssh] openssh 옵션 |
| 글쓴이: 산이
[홈페이지]
|
글쓴날: 2009년 08월 21일 16:46:11 금(오후) |
조회: 2790 |
openssh 옵션(배치 모드)
SSHOPT="${SSHOPT} -o BatchMode=yes"
SSHOPT="${SSHOPT} -o ConnectionAttempts=3"
SSHOPT="${SSHOPT} -o ConnectTimeout=20"
SSHOPT="${SSHOPT} -o GSSAPIAuthentication=no" ## should be
SSHOPT="${SSHOPT} -o PasswordAuthentication=no"
SSHOPT="${SSHOPT} -o StrictHostKeyChecking=no"
SSHOPT="${SSHOPT} -o TCPKeepAlive=yes"
SSHOPT="${SSHOPT} -o VerifyHostKeyDNS=no"
SSHOPT="${SSHOPT} -o CheckHostIP=no"
SSHOPT="${SSHOPT} -o UserKnownHostsFile=/dev/null"
alias ssh="ssh -i ~/.ssh/id_rsa ${SSHOPT}"
alias scp="scp -i ~/.ssh/id_rsa ${SSHOPT}"
|
이전글 : [CSS] 이미지 부분만 보이기
다음글 : [http] headers status
|
from 114.111.62.248
JS(Redhands)Board 0.4 +@
|