solaris 10 中版本默认会携带openssh吗?如果是,那么openssh版本是多少?
solaris 10 中版本默认会携带openssh吗?
solaris 10 中默认启动的SSH服务时openssh吗?
那么openssh版本是多少?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
solaris 10 中版本默认会携带openssh吗?
solaris 10 中默认启动的SSH服务时openssh吗?
那么openssh版本是多少?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
不带
需要单独下载包安装,和top一样
有的呀....
bash-3.00# pkginfo | grep -i ssh
system SUNWsshcu SSH Common, (Usr)
system SUNWsshdr SSH Server, (Root)
system SUNWsshdu SSH Server, (Usr)
system SUNWsshr SSH Client and utilities, (Root)
system SUNWsshu SSH Client and utilities, (Usr)
bash-3.00# ssh -V
Sun_SSH_1.1.3, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
LZ问的是openSSH
我在网上找到这篇文章:http://www.sunsolarisadmin.com/s ... n-solaris-10-sparc/
里面有下面这段话:
Solaris 10 is by default installed with SSH server and the clients. However, if you have chosen to ignore SSH at the time of installation or have started the install with a minimal install then you may need to install OpenSSH manually.
我所知道的是在Sol8上是没有openssh的。而从上面这段描述来看,似乎Sol10中默认携带了OpenSSH,只不过在安装过程中你可以选择是否安装这个组件而已。
不知道大家是否能帮忙确认一下Sol10中是否有OpenSSH,或者上面这段话中开头所描述的“SSH server and the clients”指的不是OpenSSH?
sunSSH就是openssh开发来的.....
虽然solaris 9/10 默认携带了自家的sun ssh, 但是很多企业在安装solaris系统后,都会要求另外安装open ssh.
因为在异构环境中(比如与aix 或 linux 通信),用openssh性能最佳最稳定, 同时,在编写通用script 方面更加方便。
参考:
http://hub.opensolaris.org/bin/view/Community+Group+security/SSH