| 6 | |
| 7 | == Network and DNS == |
| 8 | |
| 9 | The server has 3 IP addresses, but only one is currently needed, 81.95.52.78, 81.95.52.79, 81.95.52.80 |
| 10 | |
| 11 | == SSH access == |
| 12 | |
| 13 | Which ever developers need ssh access can have it, and sudo if needs be, contact chris@webarchitects.co.uk. When adding a new account don't forget to edit /etc/ssh/sshd_config to add the new user to !AllowUsers and restart sshd. |
| 14 | |
| 15 | Users can be granted sudo rights like this: |
| 16 | {{{ |
| 17 | kiwi:~# adduser username sudo |
| 18 | }}} |
| 19 | /etc/sudoers is set up so that people don't need to type their passwords when sudo'ing. If users also set up ssh keys then this means that people can use very long, essentially uncrackable, passwords but never actually need to remember or use them unless they lose their local ssh key or they need to login via the consol. |