环境:
Oracle Linux Server release 5.8
win7 64位
工具:ssh,freesshd,msg(win7自带)
可用于一些不频繁的告警通知,通过在Linux系统给远程自己用的WIN桌面弹窗。
1、首先需要给WIN7安装ssh服务:安装freesshd软件
官方下载 http://www.freesshd.com
2、在Linux端生成密钥
ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): [直接回车]
Enter passphrase (empty for no passphrase): [直接回车]
Enter same passphrase again: [直接回车]
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
4d:dd:48:af:76:c2:ba:a8:bc:20:f3:28:1d:6a:28:53
其中,/root/.ssh/id_rsa为私有密钥,/root/.ssh/id_rsa.pub为公有密钥。
此时,需要把公有密钥放到服务器端(Windows)进行保存,以便能无密码登录。
把id_rsa.pub公钥文件名改成下面要创建的用户名(这个一定要做)
创建用户的时候,选择“Public key (SSH only)”,把公钥名文件改成
3、msg的设置
msg.exe程序是在C:WindowsSystem32目录下,而在Linux上用ssh IP msg去执行的话,会一直提示找不到msg程序。
这时就需要把C:WindowsSystem32目录下msg.exe的复制一份到C:WindowsSysWOW64目录下即可解决。
4、远程执行
在Linux下执行: