Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Bradnor. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:49, 12 October 2023 Ch talk contribs created page Building bradnorwiki on old MacBook (Created page with "#Install Ubuntu Server #Install emacs #Configure ssh to use keys ##copy key to server ##::<tt>ssh-copy-id -i ~/.ssh/id_rsa.pub <remote_user>@<remote_host></tt> ##check can still login over ssh with key ##modify server ssh installation to disable password login ##::<tt>sudo emacs /etc/ssh/sshd_config</tt> ##:and add/modify ##::<tt>PasswordAuthentication no</tt> ##::<tt>PermitRootLogin no</tt> ##::<tt>UsePAM no</tt> ##restart ssh ##::<tt>sudo systemctl restart ssh</tt>")