Linux scp命令没反应

Linux scp命令没反应,第1张

root@localhost:~# scp -v a 192.168.1.18:/tmp/

Executing: program /usr/bin/ssh host 192.168.1.18, user (unspecified), command scp -v -t /tmp/

OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014

debug1: Reading configuration data /etc/ssh/ssh_config

debug1: /etc/ssh/ssh_config line 19: Applying options for *

debug1: Connecting to 192.168.1.18 [192.168.1.18] port 22.

debug1: Connection established.

debug1: permanently_set_uid: 0/0

可以看到执行过程

深入了解linux建议学习《linux就该这么学》这本书

scp 正常可以使用时,安装的有关openssh 软件。如下:

[root@02 tmp]# rpm -qa |grep openssh

openssh-5.3p1-81.el6.x86_64

openssh-server-5.3p1-81.el6.x86_64

openssh-clients-5.3p1-81.el6.x86_64

[root@02 tmp]#

请确认安装。

安装完成,请重新登录一下,在使用scp命令

这样应该是没有问题的。 有问题请私信

防火墙,ssh的key,网络能否ping通,普通的scp只和这几个有关。复杂的可能是,其中一个没安装scp,root账号被ssh禁用,需要用特定的ssh账号,ssh没开启,ip改过,ssh know_host对不上。一般情况不会有那些复杂问题,你普通用只需要检查上面3个原因


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7246044.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-03
下一篇 2023-04-03

发表评论

登录后才能评论

评论列表(0条)

保存