Currently we’re appending to the ssh config on every boot. Instead we should write the complete ssh config file.
To Do
Fix vault so it doesn't prevent nodes from being drained
Write the full sshd_config file on boot rather than append
Figure out why authorized_keys keeps showing up on the server
Currently we’re appending to the ssh config on every boot. Instead we should write the complete ssh config file.
## To Do
- [x] Fix vault so it doesn't prevent nodes from being drained
- [x] Write the full sshd_config file on boot rather than append
- [x] Figure out why authorized_keys keeps showing up on the server
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently we’re appending to the ssh config on every boot. Instead we should write the complete ssh config file.
To Do