小编big*_*ato的帖子

如何停止 SSH 密码提示?

我有一个我刚刚打开的服务器。当我 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吗?

ssh

12
推荐指数
1
解决办法
6万
查看次数

FreeTDS:更改 freetds.conf 文件后是否需要重新启动任何内容?

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行,也没有任何效果。

freetds

6
推荐指数
1
解决办法
1万
查看次数

标签 统计

freetds ×1

ssh ×1