Re: 問題ID:29906
mamorukun
投稿数: 15
順序関係なしにどちらでもいけます。
参考にそれぞれのパターンを載せておきます。
※「?」の下の行の表示は入力できるコマンドの候補と説明です
★構文のパターン
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
<cr>
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
<cr>
Router#ssh -v 2 -l ccna 192.168.12.2
Password:
参考にそれぞれのパターンを載せておきます。
※「?」の下の行の表示は入力できるコマンドの候補と説明です
★構文のパターン
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
<cr>
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
<cr>
Router#ssh -v 2 -l ccna 192.168.12.2
Password:
投稿ツリー
-
問題ID:29906
(matsumoto_y, 2018-6-18 13:46)
-
Re: 問題ID:29906
(mamorukun, 2018-6-19 0:13)
- Re: 問題ID:29906 (matsumoto_y, 2018-6-19 8:37)
-
Re: 問題ID:29906
(mamorukun, 2018-6-19 0:13)