Changeset 111 for system/netwatch_import.php
- Timestamp:
- Nov 3, 2008, 7:48:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
system/netwatch_import.php
r103 r111 8 8 $Commands[] = '/tool netwatch print terse'; 9 9 $Commands = implode(';', $Commands); 10 $Command = '/usr/bin/ssh -l admin-ssh -i /root/.ssh/id_dsa rt-hajda- 5"'.$Commands.'"';10 $Command = '/usr/bin/ssh -l admin-ssh -i /root/.ssh/id_dsa rt-hajda-0 "'.$Commands.'"'; 11 11 //echo($Command."\n"); 12 12 exec($Command, $Output);
Note:
See TracChangeset
for help on using the changeset viewer.