This is an example diagnostics script.
- Start up a SSH server. i.e.
sudo wolfsshd -f sshd_config.txt - Use an SSH client to connect and run the script. i.e.
ssh <usr>@<ip> diagnostics.sh - If transfering a file use SCP. i.e.
scp localFile <usr>@<ip> /tmp/