误删:[root@m01 scripts]# rm -f /usr/bin/ssh-copy-id
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了误删:[root@m01 scripts]# rm -f /usr/bin/ssh-copy-id相关的知识,希望对你有一定的参考价值。
误删除:[[email protected] scripts]# rm -f /usr/bin/ssh-copy-id 的配置文件怎么办?莫慌!!!你的备份服务器上也有相同的配置文件,以下操作可以帮忙!!!
敲重点!!!!
一、[[email protected] ~]# scp -P52113 -rp /usr/bin/ssh-copy-id 10.0.0.61:/usr/bin
scp 指定端口 -rp 把本机下此配置文件 传输一份到61的机器下的/usr/bin目录下
[email protected]‘s password: (这里要输入你自己的密码)
ssh-copy-id 100% 1425 1.4KB/s 00:00
二、[email protected] scripts]# vim /usr/bin/ssh-copy-id
#!/bin/sh
Shell script to install your public key on a remote machine
个人操作建议:小白不要随便使用rm -f 命令,删除东西前请备份/快照,或者看三遍!请备份/快照,或者看三遍!!!请备份/快照,或者看三遍!!!
以上是关于误删:[root@m01 scripts]# rm -f /usr/bin/ssh-copy-id的主要内容,如果未能解决你的问题,请参考以下文章