Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/kotlin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu 有没有办法使用我当前的SSH连接进行SCP传输?_Ubuntu_Ssh_Scp - Fatal编程技术网

Ubuntu 有没有办法使用我当前的SSH连接进行SCP传输?

Ubuntu 有没有办法使用我当前的SSH连接进行SCP传输?,ubuntu,ssh,scp,Ubuntu,Ssh,Scp,我已经通过SSH连接到服务器。如何将文件从它传输到使用SCP和当前SSH连接连接的机器?您可以使用zssh(类似zmodem的SSH应用程序) 但是,如果您只是想避免ssh再次提示输入密码,那么只需将客户机主机公钥(运行ssh-keygen生成一次)放在服务器~/.ssh/authorized_-keys上即可 从“apt缓存显示zssh”: 服务器和客户端上的哪个平台/应用程序?属于@Paul R:是的,你说得对。sh/w/coulda…@Paulo:最近两个网站都有Ubuntu。 Descr

我已经通过SSH连接到服务器。如何将文件从它传输到使用SCP和当前SSH连接连接的机器?

您可以使用zssh(类似zmodem的SSH应用程序)

但是,如果您只是想避免ssh再次提示输入密码,那么只需将客户机主机公钥(运行ssh-keygen生成一次)放在服务器~/.ssh/authorized_-keys上即可

从“apt缓存显示zssh”:


服务器和客户端上的哪个平台/应用程序?属于@Paul R:是的,你说得对。sh/w/coulda…@Paulo:最近两个网站都有Ubuntu。
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.