我有一个我刚刚打开的服务器。当我 ssh as 时nt_deployer
,它要求我输入 ssh 密码:
Nets-Mac-Pro:mysite emai$ ssh nt_deployer@mysite-staging.nettheory.com
Enter passphrase for key '/Users/emai/.ssh/id_rsa':
nt_deployer@mysite-staging.nettheory.com's password:
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-29-generic x86_64)
Run Code Online (Sandbox Code Playgroud)
但是,当我 ssh as 时emai
,它不会询问:
Nets-Mac-Pro:mysite emai$ ssh emai@mysite-staging.nettheory.com
emai@mysite-staging.nettheory.com's password:
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-29-generic x86_64)
Run Code Online (Sandbox Code Playgroud)
有人能告诉我如何阻止密码提示弹出nt_deployer
吗?
freetds.log 文件使系统过载,因此我更改了 /etc/freetds.conf 中的调试标志:
; dump file = /tmp/freetds.log
#; debug flags = 0xffff
; debug flags = 0x80
Run Code Online (Sandbox Code Playgroud)
如何重新启动 freetds 或 unixodbc?即使我注释掉该dump file = /tmp/freetds.log
行,也没有任何效果。