How to enable SSH access on piaware (flightaware) since version 3.3

 

For security reasons, SSH access is disabled by default on new PiAware SD card installs, starting with version 3.3. To enable SSH, create an empty file on the /boot partition of the SD card with the filename of “ssh” only (no file extension). When this file is present, SSH will be automatically enabled.

Make sure however to change the default password for the user “pi” which is “flightaware” to something to your liking using…

To change the password of your account, use command: passwd.

To change password of any account when login as root, use command: passwd <account name>

How to reset the Synology BitTorrent Sync WebUI Password

1) Stop Bittorrent Sync package
2) SSH to your Synology
3) Go to the Sync storage folder. “/usr/local/bittorrentsync/var/”
4) Locate and remove the following files:

settings.dat
settings.dat.old

5) Once the files are removed, restart Sync, open WebUI and enter your new login and password.

Back to Top