vimwiki: dth @ dth-ThinkPad-E560

This commit is contained in:
dth@taiga.ai 2022-07-05 18:58:07 +02:00
parent da3cf9daa6
commit 0139db66ec
4 changed files with 30 additions and 8 deletions

View file

@ -1,7 +1,5 @@
## Document Roadmap
* ubunutu script should install all programs in one go (and not ask go Y every time)
* add necessary packages:
* oh-my-zsh install
* ssh setup from vimwiki
* git clone dotfiles
@ -86,6 +84,17 @@ Copy the public key to machines which you want to access with this machine.
Inversely, if you want other machines to ssh to this machine,
copy their public keys to this machine.
#### ssh resources
* [Digital Ocean ssh essentials](https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys)
#### server-side setup checklist
* setup locales (LC_LANGUAGE, LC_ALL)
* install openssh-server
* enable ssh service on startup
* copy workstation public key to server
* ssh via key (i.e no password)
* disable password authentication
## Snap packages
```