私はすでにSSH経由でサーバーに接続しています。SCP と現在の SSH 接続を使用して接続しているマシンにファイルを転送するにはどうすればよいですか?
1 に答える
1
zssh (ssh 用の zmodem のようなアプリ) を使用できます。
しかし、ssh が再度パスワードを要求するのを避けようとしているだけなら、クライアント ホストの公開鍵 (ssh-keygen を 1 回実行して生成されたもの) をサーバーに置くだけです ~/.ssh/authorized_keys
「apt-cache show zssh」から:
Description: interactive file transfers over ssh
zssh (Zmodem SSH) is a program for interactively transferring files to a
remote machine while using the secure shell (ssh). It is intended to
be a convenient alternative to scp, allowing to transfer files without
having to open another session and re-authenticate oneself.
于 2010-10-20T14:21:49.460 に答える