Project

General

Profile

Feature #4054 » osmo-rfds-remote.sh

script to call osmo-rfds remotely with parameters filtering ssh warnings - roh, 06/27/2019 02:54 PM

 
1
#!/bin/sh
2

    
3
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no 192.168.2.1 -l root -i ./sshkey-osmo-adalm.id /usr/sbin/osmo-rfds $* 2>&1 |grep -v "^Warning: Permanently added '192.168.2.1'"
(5-5/5)
Add picture from clipboard (Maximum size: 48.8 MB)