内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
centos:scp_command
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== scpコマンドが見つかりません ====== scpで対象サーバにファイルを転送しようとしたら怒られた。 <code> # scp -r /root/.ssh 192.168.24.192:/root/ The authenticity of host '192.168.24.192 (192.168.24.192)' can't be established. RSA key fingerprint is 07:e6:7f:fb:1f:6a:aa:7a:5a:34:20:7d:7b:ac:6d:d7. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.24.192' (RSA) to the list of known hosts. root@192.168.24.192's password: bash: scp: コマンドが見つかりません lost connection </code> 対象サーバにインストールする必要がある。 <code> # yum install openssh-clients </code>
centos/scp_command.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ