更多“面试(主要是SSH的问题涉及到SSH原理)1、自我介绍”相关问题
  • 第1题:

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

    A./etc/ssh/sshd_config

    B./etc/ssh/ssh_config

    C./etc/sysconfig/ssh

    D./etc/sysconfig/sshd


    参考答案:A

  • 第2题:

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

    A.SSH提供本地账户

    B.SSH要求IPSEC

    C.SSH具有C1安全资质

    D.SSH支持加密隧道


    参考答案:D

  • 第3题:

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

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

    正确答案:C,D

  • 第4题:

    以指定的端口登录远程主机的命令是()。

    • A、ssh-p
    • B、ssh-P
    • C、telnet-p
    • D、telnet-P

    正确答案:A

  • 第5题:

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

    • A、SSH是SecureShell的简称
    • B、客户端使用ssh连接远程登录SSH服务器必须经过基于公钥的身份验证
    • C、通常Linux操作系统会在/usr/local目录下默认安装OpenSSH
    • D、SSH2比SSH1更安全

    正确答案:B

  • 第6题:

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

    • A、SSH提供本地账户
    • B、SSH要求IPSEC
    • C、SSH具有C1安全资质
    • D、SSH支持加密隧道

    正确答案:D

  • 第7题:

    Which two of these elements need to be configured prior to enabling SSH?()

    • A、hostname
    • B、loopback address
    • C、default gateway
    • D、domain name
    • E、SSH peer address

    正确答案:A,D

  • 第8题:

    You are trying to initiate an SSH connection to a remote router and are getting rejected with an error code of 0. Which of these might be the cause of the error?()

    • A、The routers are using different SSH versions.
    • B、You are trying to log in using invalid credentials.
    • C、The RSA key pair is not properly configured on the SSH client.
    • D、The RSA key pair is not properly configured on the SSH server.

    正确答案:A

  • 第9题:

    在我们使用ssh登录时,下面的哪个文件可以使我们省略密码输入的步骤()。

    • A、~/.ssh/known_keys
    • B、~/.ssh/allowed_keys
    • C、~/.ssh/authorized_keys
    • D、~/.ssh/trusted_keys

    正确答案:C

  • 第10题:

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

    /etc/sshd/ssh_config

    B

    /etc/sshd/sshd_config

    C

    /etc/ssh/ssh_config

    D

    /etc/ssh/sshd_config


    正确答案: D
    解析: 暂无解析

  • 第11题:

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

    /etc/ssh/sshd_config

    B

    /etc/ssh/ssh_config

    C

    /etc/sysconfig/ssh

    D

    /etc/sysconfig/sshd


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    当为交换机配置使用 SSH 进行虚拟终端连接时,crypto key generate rsa 命令的作用是什么()
    A

    显示使用 SSH 连接的主机

    B

    断开使用 SSH 连接的主机

    C

    创建公钥和私钥密钥对

    D

    显示交换机上激活的 SSH 端口

    E

    访问 SSH 数据库配置


    正确答案: A
    解析: 暂无解析

  • 第13题:

    当为交换机配置使用SSH进行虚拟终端连接时,cryptokeygeneratersa命令的作用是什么()

    A.显示使用SSH连接的主机

    B.断开使用SSH连接的主机

    C.创建公钥和私钥密钥对

    D.显示交换机上激活的SSH端口

    E.访问SSH数据库配置


    参考答案:C

  • 第14题:

    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.

  • 第15题:

    在7750SR中,SSH默认是()

    • A、打开
    • B、关闭,需要手动打开
    • C、不支持ssh功能

    正确答案:A

  • 第16题:

    SSH协议作为一种安全的远程登录协议,被广泛应用,关于SSH的描述正确的是()。

    • A、SSH采用额外的加密技术确保登录安全性
    • B、SSH采用TCP端口22传输数据,端口23建立连接
    • C、SSH还可以为FTP提供安全的传输通道
    • D、SSH即Secure Shell,可以采用DES认证方式保证数据的安全

    正确答案:A,C,D

  • 第17题:

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

    • A、/etc/ssh/sshd_config
    • B、/etc/ssh/ssh_config
    • C、/etc/sysconfig/ssh
    • D、/etc/sysconfig/sshd

    正确答案:A

  • 第18题:

    如何启动ssh服务()。

    • A、service sshd status
    • B、/etc/init.d/ssh status
    • C、service ssh statrt
    • D、service sshd start

    正确答案:D

  • 第19题:

    When a Cisco router is configured for SSH, it acts as an ()?

    • A、SSH client
    • B、SSH proxy
    • C、SSH server
    • D、SSH and SSL server

    正确答案:C

  • 第20题:

    SSH协议作为一种安全的远程登录协议,被广泛应用,关于SSH正确的是()

    • A、SSH采用额外的加密技术确保登录安全性
    • B、SSH采用TCP端口22传输数据,端口23建立连接
    • C、SSH还可以为FTP提供安全的传输通道
    • D、SSH及SecureShell,可以采用DES认证方式保证数据的安全性

    正确答案:A,C,D

  • 第21题:

    单选题
    You are trying to initiate an SSH connection to a remote router and are getting rejected with an error code of 0. Which of these might be the cause of the error?()
    A

    The routers are using different SSH versions.

    B

    You are trying to log in using invalid credentials.

    C

    The RSA key pair is not properly configured on the SSH client.

    D

    The RSA key pair is not properly configured on the SSH server.


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    在我们使用ssh登录时,下面的哪个文件可以使我们省略密码输入的步骤()。
    A

    ~/.ssh/known_keys

    B

    ~/.ssh/allowed_keys

    C

    ~/.ssh/authorized_keys

    D

    ~/.ssh/trusted_keys


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    如何启动ssh服务()。
    A

    service sshd status

    B

    /etc/init.d/ssh status

    C

    service ssh statrt

    D

    service sshd start


    正确答案: D
    解析: 暂无解析