HostingDomainsEmailSSLPricingSupport
Login to Client Area Get Started Free
📖 Knowledge Base

How Can We
Help You?

Browse guides, tutorials and troubleshooting articles for all our services.

How to Connect via SFTP Using the Enhance Control Panel

SFTP (SSH File Transfer Protocol) lets you securely transfer files between your computer and your hosting account. This guide walks you through generating an SSH key, adding it to Enhance, and connecting with an SFTP client.

1

Generate an SSH Key on Your Computer

SFTP on Enhance uses SSH key authentication. If you don't already have a key pair, generate one now.

Windows (Git Bash or PowerShell) / macOS / Linux:

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Press Enter to accept the default file location (~/.ssh/id_rsa). You can set a passphrase or leave it blank.

Then copy your public key:

# macOS / Linux cat ~/.ssh/id_rsa.pub # Windows PowerShell Get-Content ~/.ssh/id_rsa.pub
2

Add Your Public Key in Enhance

  1. Log in to the Enhance control panel at lbreeze.net.
  2. Go to Websites and select your domain.
  3. Click the Developer Tools tab.
  4. Click Manage SSH Keys.
  5. Paste your public key into the field and save.

Can't Find What You're Looking For?

Our support team is available 24/7 to help. Open a ticket and we'll get back to you as soon as possible.