aboutsummaryrefslogtreecommitdiffstats
path: root/data/ssh_exch.exp
diff options
context:
space:
mode:
Diffstat (limited to 'data/ssh_exch.exp')
-rw-r--r--[-rwxr-xr-x]data/ssh_exch.exp7
1 files changed, 2 insertions, 5 deletions
diff --git a/data/ssh_exch.exp b/data/ssh_exch.exp
index 1b462c42..c52140b7 100755..100644
--- a/data/ssh_exch.exp
+++ b/data/ssh_exch.exp
@@ -2,11 +2,8 @@
set timeout 4
set ip [lindex $argv 0]
set pswd [lindex $argv 1]
-spawn ssh-copy-id -i /root/.ssh/id_rsa $ip
+spawn ssh-copy-id -i QtipKey $ip
expect "Are you sure you want to continue connecting" {send "yes\r"}
-expect "password" { send "$pswd\r"}
+expect "password:" { send "$pswd\r"}
interact
-
-
-