Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 387 Bytes

Alpine - Linux can be small.md

File metadata and controls

16 lines (14 loc) · 387 Bytes
summary
Just some trivial things, which need a special treatment under Alpine Linux.

Set the default editor in Alpine Linux

With nano ~/.profile add:

export EDITOR='nano'
export VISUAL='nano'

Accept new SSH host key in Alpine Linux

The -p can be omitted but not moved inside the command!

ssh-keyscan -H -p [PORT] [HOST] >> ~/.ssh/known_hosts