BASH – Automating SCP/SSH/RSYNC connections with EXPECT
Very often I need to automate some task which requires user input, most of the times this input is some type of credentials (user + password) or sometime some more. I have find that expect is very useful in such cases. Before trying any of the scripts below, make sure you have expect installed on… Continue reading BASH – Automating SCP/SSH/RSYNC connections with EXPECT