Re: 問題ID:29906

この質問の投稿一覧へ

なし Re: 問題ID:29906

msg# 1.1
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2018-6-19 0:13
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:

投稿ツリー

  >フォーラム検索へ


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