mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +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 $@
|