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

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

~/.ssh/known_keys

B

~/.ssh/allowed_keys

C

~/.ssh/authorized_keys

D

~/.ssh/trusted_keys


相似考题
更多“单选题在我们使用ssh登录时,下面的哪个文件可以使我们省略密码输入的步骤()。A ~/.ssh/known_keysB ~/.ssh/allowed_keysC ~/.ssh/authorized_keysD ~/.ssh/trusted_keys”相关问题
  • 第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题:

    维护CMNET网络设备时,以下哪种登录方式是不规范的()

    • A、通过应急终端远程SSH登录
    • B、通过4A管控平台登录
    • C、通过维护内网远程SSH登录
    • D、通过console口现场登录

    正确答案:C

  • 第5题:

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

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

    正确答案:A,C,D

  • 第6题:

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

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

    正确答案:A

  • 第7题:

    如何启动ssh服务()。

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

    正确答案:D

  • 第8题:

    启用SSH的步骤是什么?


    正确答案: 启用SSH server的步骤
    (1)Configure hostname;
    (2)ip domain-name;
    (3)Generate an RSA key pair for your router, which automatically enables SSH.

  • 第9题:

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

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

    正确答案:C

  • 第10题:

    单选题
    你使用某台华为路由器作为SSH客户端登录另一台华为路由器,但是登录失败了,你怀疑可能是SSH服务器端的配置错误,在检查服务器端故障原因时,下列哪项是最不可能的()
    A

    用户界面VTY接口下未绑定了SSH协议

    B

    没有配置用户服务类型,认证类型,用户认证服务类型

    C

    服务器端与客户端SSH版本不一致

    D

    未使能SSH首次认证功能


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

  • 第11题:

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

    service sshd status

    B

    /etc/init.d/ssh status

    C

    service ssh statrt

    D

    service sshd start


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

  • 第12题:

    单选题
    以下描述中不属于SSH用途的为()?
    A

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

    B

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

    C

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

    D

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


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

  • 第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题:

    以下哪个属于安全的服务器登录方式()

    • A、ftp
    • B、telnet
    • C、tcp
    • D、ssh

    正确答案:D

  • 第16题:

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

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

    正确答案:A

  • 第17题:

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

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

    正确答案:B

  • 第18题:

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

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

    正确答案: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题:

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

    /etc/sshd/ssh_config

    B

    /etc/sshd/sshd_config

    C

    /etc/ssh/ssh_config

    D

    /etc/ssh/sshd_config


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

  • 第22题:

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

    /etc/ssh/sshd_config

    B

    /etc/ssh/ssh_config

    C

    /etc/sysconfig/ssh

    D

    /etc/sysconfig/sshd


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

  • 第23题:

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

    显示使用 SSH 连接的主机

    B

    断开使用 SSH 连接的主机

    C

    创建公钥和私钥密钥对

    D

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

    E

    访问 SSH 数据库配置


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