SSH整合的优点有( )。

题目
SSH整合的优点有( )。

A.实现了视图、控制器与模型的彻底分离

B.实现了业务逻辑层与持久层的分离

C.具有可扩展性

D.具有可维护性

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

ssh的配置文件是()

A.ssh_config

B.ssh.conf

C.sshd_config

D.sshd.conf


答案:AC


解析:ssh_config和sshd_config都是ssh服务器的配置文件,二者区别在于,前者是针对客户端的配置文件,后者则是针对服务端的配置文件。两个配置文件都允许你通过设置不同的选项来改变客户端程序的运行方式。

第2题:

以下描述中不属于SSH用途的为?

A、用于远程的安全管理,使用SSH客户端连接远程SSH服务器,建立安全的Shell交互环境

B、用于本地到远程隧道的建立,进而提供安全通道,保证某些业务安全传输

C、进行对本地数据使用SSH的秘钥进行加密报错,以提高其业务的可靠性

D、SCP远程安全数据复制借助SSH协议进行传输,SSH提供其安全隧道保障


答案:C

第3题:

下面对于SSH的说法错误的是?()

A.SSH是Secure Shell的简称

B.客户端使用ssh连接远程登录SSH服务器必须经过基于公钥的身份验证

C.通常Linux操作系统会在/usr/local目录下默认安装OpenSSH

D.SSH2比SSH1更安全


正确答案:B

第4题:

Secure Shell (SSH) is a cryptographic network protocol for ( ) remote login and other secure network services over an(请作答此空)network.The standard( )port for SSH is 22. The best known example application is for remote login to computer systems by users.
SSH provides a secure channel over an insecured network in a( ) architecture, connecting an SSH client application with an SSH server. Common applications include remote command-line login and remote command execution, but any network service can be secured with SSH. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2.
The most visible application of the protocol is for access to shell accounts on( )operating systems, but it sees some limited use on Windows as well. In 2015, Microsoft announced that they would include native support for SSH in a future release.

A.secure
B.insecure
C.internet
D.internal

答案:B
解析:
Secure Shell (SSH) is a cryptographic network protocol for secure remote login and other secure network services over an insecure network.The standard TCP port for SSH is 22. The best known example application is for remote login to computer systems by users.
SSH provides a secure channel over an insecured network in a client-server architecture, connecting an SSH client application with an SSH server. Common applications include remote command-line login and remote command execution, but any network service can be secured with SSH. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2.
The most visible application of the protocol is for access to shell accounts on Unix-like operating systems, but it sees some limited use on Windows as well. In 2015, Microsoft announced that they would include native support for SSH in a future release.

第5题:

在SSH整合时,事务隔离级别是由( )实现的。

A.Java应用程序

B.Hibernate

C.数据库系统

D.JDBC驱动程序


参考答案:B

第6题:

面试(主要是SSH的问题涉及到SSH原理)

1、自我介绍


正确答案:
      

第7题:

可通过修改哪个文件,更改ssh服务的默认端口()

A./etc/ssh/sshd_config

B./etc/ssh/ssh_config

C./etc/sysconfig/ssh

D./etc/sysconfig/sshd


参考答案:A

第8题:

Linux系统里,想要禁止root远程登陆,需要修改()文件,然后重启服务。

A./etc/sshd/ssh_config

B./etc/sshd/sshd_config

C./etc/ssh/ssh_config

D./etc/ssh/sshd_config


参考答案:D

第9题:

用SSH代替TELNET的好处是什么()

A.SSH提供本地账户

B.SSH要求IPSEC

C.SSH具有C1安全资质

D.SSH支持加密隧道


参考答案:D

第10题:

小风正以“fend”身份登录在自己的Linux工作站上,现在他需要通过ssh以“benet”身份远程登录文件服务器(filesvr)进行管理。他可以执行下列的操作:()。

  • A、ssh filesvr
  • B、ssh-L benet filesvr
  • C、ssh-1 benet filesvr
  • D、ssh feng@filesvr

正确答案:C,D

更多相关问题