Timeline for Shell script for ssh into a Unix/Linux server from MacOS X 10.10
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 17, 2015 at 23:58 | comment | added | Charles Butler | @muru After a bit of searching I haven't found an easy way of doing what I want solely in bash. Now I am attempting to call expect within the bash script | |
| Feb 17, 2015 at 23:43 | comment | added | muru | @CharlesButler If you don't have password-less authentication set up, trying to enter passwords will lead you to expect sooner or later. | |
| Feb 17, 2015 at 23:40 | comment | added | Charles Butler | Stephen, expect is installed. I am attempting to write it in bash because I already know at least rudimentary bash scripting and would rather get better at one language than learn the basics of another. | |
| Feb 17, 2015 at 23:35 | comment | added | Stephen Kitt | Why not just try Expect? It may even already be installed on your Mac... | |
| Feb 17, 2015 at 23:34 | comment | added | Charles Butler | Fantastic! I did not catch that. I suppose I should search some more on how to do it in bash then. | |
| Feb 17, 2015 at 23:31 | history | answered | Stephen Kitt | CC BY-SA 3.0 |