lwc:linux:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:linux:setup [2021/09/21 16:55] – [Postfix email relay] John Harrisonlwc:linux:setup [2021/10/19 20:06] (current) John Harrison
Line 15: Line 15:
     * add public rsa     * add public rsa
   * logout, login to test that cert is working   * logout, login to test that cert is working
-  * ''sudo emacs -nw /etc/ssh/sshd_conf'' and change ''PasswordAuthentication'' from ''yes'' to ''no''+  * ''sudo emacs -nw /etc/ssh/sshd_config'' and change ''PasswordAuthentication'' from ''yes'' to ''no''
   * ''sudo systemctl restart sshd.service''   * ''sudo systemctl restart sshd.service''
-  * copy ''.emacs'' and ''.emacs/d'' from somewhere else... +  * in home directory <code>git clone https://whyameye@bitbucket.org/whyameye/.emacs.d.git</code> 
- +==== Optional ==== 
-==== Postfix email relay ==== +  * consider [[lwc:linux:postfix|setting up a postfix smtp relay]]
-To set up with AWS SES follow [[https://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html|these directions]] but use port 2587 instead of 587 on Linode as 587 is blocked +
-  * postfix should be set up with no configuration. When you do this, there are instructions given at the end to copy some sort of sample configuration. +
-  * to reconfigure: ''sudo dpkg-reconfigure postfix'' +
-  * to reload the settings: ''sudo postfix stop; sudo postfix start; sudo postfix reload'' +
-  * when testing ''tail -f /var/log/mail.log'' is your friend +
  • lwc/linux/setup.1632261330.txt.gz
  • Last modified: 2021/09/21 16:55
  • by John Harrison