Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Rajkumar Janakiraman 921aecd2a7
chore: changing "restart" to "start" of sshd server (#613)
* chore: changing "restart" to "start" of sshd server

pid file of the sshd server gets saved in the container. When it is restarted on a different VM, the pid is different and that process gets killed.
This results in random process kills and failure of about 10% of the resumes.
Fix is to change "restart" to "start" so that no process gets killed as container doesn't have any processes at that time.

* Making the same change in the script folder as well.
2020-10-15 15:42:39 -07:00
Chuck Lantz 62de61399b Fix user detection (#579) 2020-09-26 11:48:21 -07:00
Chuck Lantz 3015b47eb0 Update docs, point scripts to docs (CI Ignore) 2020-09-21 17:16:31 +00:00
Chuck Lantz eb56ad8369
Automatic user detection in library scripts (#568) 2020-09-19 20:39:07 -07:00
Chuck Lantz 71994944b4 +x all scripts 2020-09-19 16:30:32 +00:00
Chuck Lantz e1c56beb90
Add SSH, Oh My Bash! to codespaces-linux (#566) 2020-09-18 10:40:56 -07:00
Chuck Lantz 27857f1e69
Add basic sshd boostrapping script (#553)
* sshd common script

* Comments
2020-09-12 16:04:46 -07:00