Timeline for Shell script for ssh into a Unix/Linux server from MacOS X 10.10
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 30, 2016 at 16:55 | history | edited | Jeff Schaller♦ | CC BY-SA 3.0 |
added 5 characters in body
|
| Mar 15, 2015 at 12:09 | history | edited | webknjaz -- Слава Україні | CC BY-SA 3.0 |
Fix: make -R uppercase
|
| Feb 19, 2015 at 18:41 | vote | accept | Charles Butler | ||
| Feb 19, 2015 at 15:35 | comment | added | webknjaz -- Слава Україні | I've updated my answer, hope it became more clear. | |
| Feb 19, 2015 at 15:35 | history | edited | webknjaz -- Слава Україні | CC BY-SA 3.0 |
Made a complete instruction
|
| Feb 19, 2015 at 15:09 | comment | added | webknjaz -- Слава Україні |
Charles Butler, there's no need to run scp on remote machine. All commands I wrote are meant to be ran from localhost
|
|
| Feb 19, 2015 at 15:07 | comment | added | webknjaz -- Слава Україні | Klaatu von Schlacker, that's exactly what I meant :) | |
| Feb 18, 2015 at 23:02 | comment | added | Charles Butler | I made passwordless ssh work and now my script is a lot shorter and tidier, but it still isn't quite working. I've edited the question to reflect the changes. | |
| Feb 18, 2015 at 2:42 | comment | added | Klaatu von Schlacker | In addition to this, you might consider using ssh keys so that you are not constantly required to enter your password manually. Then the only thing your script would need to wait on is the completion of the copy action. | |
| Feb 18, 2015 at 1:49 | history | answered | webknjaz -- Слава Україні | CC BY-SA 3.0 |