expect와 ssh

wertyu의 이미지

안녕하세요^^

expect를 이용해서 ssh에 접속한 뒤에, 명령을 좀 내리려고 하는데 쉽지가 않네요. 검색 엔진에서 검색해 보니, expect를 ssh에서 접속할 때, 안 되는 사람이 몇 명 있나 보더라구요.

제가 짠 것은요 테스트 삼아 아주 간단히 짠 건데요.

---------------------------------------------------------
#!/usr/bin/expect -f

spawn ssh $argv

expect "password" { send "xxxx\r"}

expect "wertyu" {send "touch a\r"}
------------------------------------------------------

wertyu 부분은 프롬프트에서 보여지는 것입니다.

로긴을 제대로 되는 것은 확실한데요, 확인해 보면 a라는 파일이 생성되어 있지 않더군요.

혹시 아시는 분 계시면 답변 좀 ^^

제가 expect를 써 본지 얼마 안 되서 실수한 부분이 있을지 모르니 그 부분도 알려 주시면 감사하겠습니다.!

그럼 안녕히 계세요

wertyu의 이미지

헉. 자답이 되었습니다.

맨 마지막에,

expect "wertyu" { send "exit\r"}

를 추가하니깐 되네요.

거참 이상하네요.

ssh와 expect의 문제가 아니라, 제가 expect를 잘 몰라서 그런 것 때문인가 봅니다. (__)

netj의 이미지

wertyu wrote:

---------------------------------------------------------
#!/usr/bin/expect -f
spawn ssh $argv
expect "password" { send "xxxx\r"}
expect "wertyu" {send "touch a\r"}
------------------------------------------------------

근데 왜 ssh에서 암호를 expect로 넣고 들어가시려고 하십니까!

ssh라면, 키를 이용해서 인증하고 쓰세요.

ssh-keygen으로 키를 만드시고 *.pub의 내용을 접속하려는 서버의 ~/.ssh/authorized_keys2 파일에 넣어주시면 간단히 끝날 일일텐데요.. :(
주의할 점은, 키를 만들 때 암호를 주면 또 키 암호를 매번 넣어야하니까 빈 암호를 주시는게 좋겠고, 굳이 키를 암호화를 하면서 암호를 매번 넣지 않고 접속하고 싶으시면 ssh-agent를 쓰시면 됩니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.