带密码的 ssh

发布于 2024-10-31 02:28:24 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冬天的雪花 2024-11-07 02:28:24

您可以使用:

sshpass -p password ssh user@host

但是,如果您想要不输入密码的奢侈,我强烈建议设置公共/私人 ssh 密钥:

http://www.ece.uci.edu/~chou/ssh-key.html

http://www.linuxproblem.org/art_9.html

这非常安全,而且非常方便。

You can use:

sshpass -p password ssh user@host

However if you wanted the luxory of not typing in your password, I would HIGHLY suggest setting up public/private ssh keys:

http://www.ece.uci.edu/~chou/ssh-key.html

and http://www.linuxproblem.org/art_9.html

This is extremely secure, and very convient.

2024-11-07 02:28:24

对于清理,只需查看您安装的 open ssh 的配置文件,因为您会找到连接到服务器时可以包含或停用的每个选项。例如,如果您想让您的计算机连接到您正在登录的计算机,则有一个保险丝安装选项(当我的上网本是真正的上网本而不是计算机时,我将它与我的上网本一起使用)。当您希望为计算机添加更多功能或需要来自双方(服务器一方和客户端一方)的数据时,Fusemount 是一种选择,但在任何情况下都不能忽略安全性。

For scrub just take a look to the configuration files of your installation of open ssh, cause you'll find every single option you can include or deactivete while you connect to the server. There is an option of fusemount for example if you'd like to have your machine conneted to the one in which you're logging in ( i used it with my netbook when they were REAL netbook and not computers). Fusemount is an option when you want more abilities to be added to you computer or you need data from both sides (the one of the server and the one of the client) but security cannot be omitted in any case.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文