DebianConfigs/config/etc
Asif Bacchus cc0f964095 fixed host key configuration mistake 2019-01-02 00:26:50 -07:00
..
skel Changed layout to mimic actual default debian install 2018-08-19 20:07:17 -06:00
ssh fixed host key configuration mistake 2019-01-02 00:26:50 -07:00
systemd Changed timesyncd pool config to global ntp pools by default 2018-08-24 18:49:23 -06:00
bash.bashrc Updated directory layout and readme description 2018-08-19 20:03:36 -06:00
nanorc Updated comments for custom key-bindings in nano 2018-08-24 18:52:07 -06:00
profile Updated directory layout and readme description 2018-08-19 20:03:36 -06:00
readme.md Updated readme files to use markdown and provide more detailed remarks 2018-08-26 04:17:51 -06:00

readme.md

Configuration files and/or changes to default config files in /etc/

  • Setup timesyncd for NTP syncing (using systemd, not ntp package)

    • set to use global pool.ntp.org, you should change this!
    • verify timesyncd is working with 'timedatectl' command
  • Setup nano with helpful configurations both locally and via SSH

    • rebind number lock
    • constant show cursor position at bottom of screen
    • constant show line numbers on the left
    • added shortcuts for cut, copy, paste using alt-x,c,v respectively
    • enable multi-buffer for concurrent open files
    • cut to end-of-line
    • bracket and quote matching
    • tabs converted to spaces, tab = 4 spaces
    • activate default colourization
  • Colourize prompt

    • red username for root user or shell accessed as root (su, sudo -s, etc.)
    • green username for regular users
    • display time and full path
  • Setup SSH server

    • use non-standard port 222
    • use host-keys (RSA and ED25519 - you need to generate these!)
    • display a banner on sucessful connection
    • do not allow root login
    • require keyfile authentication (disable password authentication)