Skip to content

Instantly share code, notes, and snippets.

@rekcah78
Created January 7, 2016 09:16
Show Gist options
  • Select an option

  • Save rekcah78/83e7806588a7c851723c to your computer and use it in GitHub Desktop.

Select an option

Save rekcah78/83e7806588a7c851723c to your computer and use it in GitHub Desktop.
#!/usr/bin/expect
set timeout 20
set host [lindex $argv 0]
spawn ssh "youruser\@sg.bsocom.net"
expect "Connect to :"
send "$host\r";
interact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment