Skip to content
temberature edited this page Mar 14, 2018 · 5 revisions

ssh普通用户(非root用户)的密钥登录

/home/www/.ssh/authorized_keys

注意服务器目录和文件的权限

chown www:www /home/www/.ssh chown www:www /home/www/.ssh/authorized_keys chmod 700 /home/www/.ssh

chmod 600 /home/www/.ssh/authorized_keys

登录测试

ssh -i /home/zhangsan/.ssh/id_rsa [email protected]

http://blog.csdn.net/jom_ch/article/details/9285683

阿里云Python+Flask环境搭建

https://zhuanlan.zhihu.com/p/22126999

gunicorn.conf 需要加上# -- coding: UTF-8 --

/etc/nginx/sites-available/default 如果服务器使用ip , 可以修改nginx默认配置