レス
元トピ次レス
タイトル
Re: 問題ID:29906
フォーラム
最強WEB問題集CCNA
投稿ユーザ(投稿日)
(2018/6/18)
本文
順序関係なしにどちらでもいけます。
参考にそれぞれのパターンを載せておきます。
※「?」の下の行の表示は入力できるコマンドの候補と説明です

★構文のパターン
Router#ssh ?
-c Select encryption algorithm
-l Log in using this user name
-m Select HMAC algorithm
-o Specify options
-p Connect to this port
-v Specify SSH Protocol Version
WORD IP address or hostname of a remote system

Router#ssh -l ?
WORD Login name

Router#ssh -l ccna ?
-c Select encryption algorithm
-m Select HMAC algorithm
-o Specify options
-p Connect to this port
-v Specify SSH Protocol Version ←ユーザ名を指定した後でも指定可能★
WORD IP address or hostname of a remote system

Router#ssh -l ccna -v ?
1 Protocol Version 1
2 Protocol Version 2

Router#ssh -l ccna -v 2 ?
-c Select encryption algorithm
-m Select HMAC algorithm
-o Specify options
-p Connect to this port
WORD IP address or hostname of a remote system

Router#ssh -l ccna -v 2 192.168.12.2 ?
WORD Command string


Router#ssh -l ccna -v 2 192.168.12.2
Password:


★選択肢のパターン
Router#ssh -v 2 ?
-c Select encryption algorithm
-l Log in using this user name ←バージョンを指定した後でも指定可能★
-m Select HMAC algorithm
-o Specify options
-p Connect to this port
WORD IP address or hostname of a remote system

Router#ssh -v 2 -l ccna ?
-c Select encryption algorithm
-m Select HMAC algorithm
-o Specify options
-p Connect to this port
WORD IP address or hostname of a remote system

Router#ssh -v 2 -l ccna 192.168.12.2 ?
WORD Command string


Router#ssh -v 2 -l ccna 192.168.12.2
Password:

レス一覧

元トピ次レス


Ping-tモバイルTOP

Copyright (c) 2010
Ping-t All rights reserved.