MLUG: Re: [MLUG] using ssh with no password?
Re: [MLUG] using ssh with no password?
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
This seems to work for me:

#!/usr/bin/expect

spawn ssh EMAIL:PROTECTED

expect {
assword: {send <library>\n; interact}
}

-- 
Michael Procter
EMAIL:PROTECTED
--
To unsubscribe, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/