Convert Putty .ppk files including sessions to OpenSSH

descriptionStandard

This post covers several Bash scripts that can be used to convert Putty .ppk files to a Linux compatible OpenSSH format.

There are 3 OpenSSH/PPK focused helper scripts within the repository:

  • convert_ppk.sh:
    Primary scripts used to convert Putty .ppk files to OpenSSH compatible format.
  • convert_putty_session.sh:
    Additional script that converts putty-session.reg registry key exports to Remmina compatible configurations.
  • sync_openssh_remmina.sh:
    Additional script that can sync Remmina configurations to OpenSSH (~/.ssh/config) and vice-versa.
Continue reading

Tasker – Automation examples with the Flipper Zero

descriptionStandard

This post continues from our last entry on how to utilise Intents within Tasker for Android and builds on those examples to demonstrate how to automate functionality on the Flipper Zero.

The examples featured on this page will demonstrate functions such as: the ability to automatically connect to the Flipper Zero, to trigger the playback for files from the Flipper via a task with Tasker.

Continue reading