mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-19 10:42:14 +01:00
6 lines
229 B
Bash
Executable file
6 lines
229 B
Bash
Executable file
#!/bin/sh
|
|
# we need to have the -y option to dropbear to not halt the scp when
|
|
# transfering the log file to a new server for the first time.
|
|
# since we already need this also put in the keyfile
|
|
|
|
ssh -y -i /etc/dropbear/logid $@
|