Which of the following is a secure method of remote access via command line?()A.RCPB.TelnetC.RSHD.SSH

题目
Which of the following is a secure method of remote access via command line?()

A.RCP

B.Telnet

C.RSH

D.SSH


相似考题
更多“Which of the following is a secure method of remote access via command line?() ”相关问题
  • 第1题:

    Which of the following commands would successfully implement an access list on a routers virtual terminal line?()

    A. RouterTK(config-line)# access-class 10 in

    B. RouterTK(config-if)# ip access-class 23 out

    C. RouterTK(config-line)# access-list 150 in

    D. RouterTK(config-if)# ip access-list 128 out

    E. RouterTK(config-line)# access-group 15 out

    F. RouterTK(config-if)# ip access-group 110 in


    参考答案:A

  • 第2题:

    This graphic shows the results of an attempt to open a Telnet connection to router ACCESS1 from router Remote27. Which of the following command sequences will correct this problem? ()

    A. ACCESS1(config)# line console 0 ACCESS1(config-line)# password cisco

    B. Remote27(config)# line console 0 Remote27(config-line)# login Remote27(config-line)# password cisco

    C. ACCESS1(config)# line vty 0 4 ACCESS1(config-line)# login ACCESS1(config-line)# password cisco

    D. Remote27(config)# line vty 0 4 Remote27(config-line)# login Remote27(config-line)# password cisco

    E. ACCESS1(config)# enable password cisco

    F. Remote27(config)# enable password cisco


    参考答案:C

  • 第3题:

    将下列的环境变量表示的含义写出来  1.REMOTE_ADDR 2.REQUEST_METHOD 3.REMOTE_HOST
    1.REMOTE_ADDR客户端IP地址
    2.REQUEST_METHOD客户端提交数据的方法
    3.REMOTE_HOST远程主机名

  • 第4题:

    You wish to limit telnet access into your Cisco router to only a single host. In order to accomplish this, access list 1 has been written to allow host 172.16.1.224 access to the router vty lines.What command would assign this access- list to the Virtual Terminal Lines?()

    A. router(config-line)# ip access-group 1 in

    B. router(config-line)# access-class 1 in

    C. router(config-line)# ip access-list 1 in

    D. router(config-line)# access-line 1 in


    参考答案:B

  • 第5题:

    The relative pronoun "which" in the last paragraph (Line 6) refers to (  ).

    A.experts
    B.periods
    C.theories
    D.issues

    答案:D
    解析:

  • 第6题:

    AutoLISP 语言中先执行(setq p1 '(130 140))、(setq p2 '(200 400))两个语句,然后绘制从P1点到P2点的直线的AutoLISP程序语句为: A.(command “直线” p1 p2 “”) B.(command “line” p1 p2) C.(command “spline” p1 p2 “”) D.(command “line” p1 p2 “”)

    A.错

    B.错

    C.错

    D.对