Adding an encryption key to Filezilla from Bitnami ( Mac OS)

Adding an encryption key to Filezilla from Bitnami ( Mac OS)

  1. Login to your bitnami account
  2. Access your virtual machine
  3. download the .pem and .pkt encryption keys


4. Open Filezilla
5. In the menu bar, navigate to: Edit > Settings
filezilla edit > settings
6. Select:  SFTP , then click Add Key




7. Navigate to the Downloads folder (or the folder where you saved the .pem and .ppk key
8. Add both keys
9. Click OK


10. Enter the IP address of the virtual machine in the Host box.
11. Enter "bitnami" as the user
12. Leave the password box blank
13. Select port 22
14. Click: Quickconnect


15.  You should now have access to the virtual machine

16.  for Wordpress theme install:  Navigate to /wp-content/themes  ( /opt/bitnami/apps/wordpress/htdocs/wp-content/themes)
17. Upload the theme to this folder
18. Make sure the folder is unzipped

    • Related Articles

    • Resetting Teamviewer Client ID on a MAC OS

      How to Change TeamViewer ID on Mac OS To change Teamviewer ClientID on Mac OS, you can use the python script TeamViewer-id-changer.py from GitHub. Follow these steps Download script from Git Hub; or see download attachment below Close TeamViewer ...
    • Website Deployment Steps - Wordpress

      1 Create a Google account 2 Create a bitnami account 3. Add credit card to google engine for credit 4 Deploy VM and deploy google engine 5 Remove bitnami logo 6 increase upload capacity 7 Obtain Theme, upload it to the VM instance, and configure demo ...
    • Increase file upload size in WordPress / Moodle / Canvas - Linux Debian 9 Command Console Command

      The following adjustments are needed to the the php.ini file after a new deployment through bitnami: Access the Linux Debian 9 terminal command line. In the landing page type:   sudo nano stack/php/etc/php.ini for Debian 10 ternimal use: sudo nano ...
    • Removing the bitnami logo from a new deployment - Linux Debian 10

      login to the console: at the landing command line type: sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1 Replace "wordpress" with the corresponding application :  moodle,   canvas and so on.. these instructions should also apply for ...
    • Generate and Install a Let's Encrypt SSL Certificate for a Bitnami Application

      Assumptions and prerequisites This guide assumes that: You have deployed a Bitnami application and the application is available at a public IP address so that the Let’s Encrypt process can verify your domain. You have the necessary credentials to log ...