ReadyMage Help
  • ReadyMage
  • USER PORTAL
    • User Portal Access
    • Change Password
    • Two-Factor Authentication
  • Project Management
    • Project List
    • Project Settings
      • General Info
      • Git Management
      • Environments
      • Members and roles
      • Security
        • Deletion Protection
        • TFA Enforcement
      • Delete Project
  • Application Management
    • Magento Details
    • Domain Management
    • Logs & Monitoring
    • Backups
      • Backup process
      • Disaster recovery process
    • Deployments
      • Deploy without build cache
      • Queue Tab (Launching soon)
      • Settings Tab (Launching soon)
        • Automatic Deployments
        • ReadyMage Maintenance Page
          • Website Access During Maintenance
      • Notifications Tab (Launching soon)
        • Managing email notifications
        • Managing Slack notifications
      • Pipeline Deployments
      • Pipeline Configuration file
        • Migration guide from 0.x.x to 1.0.0
    • SSH Access
      • SSH Usage
      • Database Access using Graphical Interface
      • Troubleshooting
    • IP Whitelist
    • Password Authentication
    • Database & Media
    • Search Engine Bots Discovery
  • Service Management
    • Server-Side Rendering
    • SFTP
    • NewRelic
    • Packagist Modules
    • Cloudflare
  • Infrastructure Management
    • Autoscale
    • Sleep Mode
    • Manage Services
    • Historical Resource Usage
  • PROJECT DEVELOPMENT
    • Node.js version
    • Store access
    • Creating a Production Environment
    • Additional Environments
    • ScandiPWA, PWA Studio, Hyva, or Luma
    • Project Migration to ReadyMage
    • SSH Access for Magento CLI, database and media
    • Code customization and local setup
    • Extension installation
    • Add translations (switch locale)
    • Existing ScandiPWA Project Code Migration
    • Database and media migration
    • Redirect setup
    • Connect CDN and WebP optimization
    • Email setup
    • Changing the Domain & Multi-Store Set up
    • Internal service addresses
    • Kibana filters and useful CLI commands
    • Persistent directories
  • FAQ
    • General
    • Autoscaling
    • Billing
    • User Portal Options
    • Services connected to ReadyMage
    • Hosting, managing resources and autoscaling
    • Source Code Management
    • ScandiPWA and Magento Versions, Commerce Edition and Upgrades
    • Supported software versions
Powered by GitBook
On this page
  • Issues connecting with ReadyMage account
  • Issues connecting via SSH
  • tmux

Was this helpful?

  1. Application Management
  2. SSH Access

Troubleshooting

PreviousDatabase Access using Graphical InterfaceNextIP Whitelist

Last updated 1 month ago

Was this helpful?

Issues connecting with ReadyMage account

Make sure that you have added an SSH key to your account.

Issues connecting via SSH

  1. Make sure that key that was added to SSH access is a valid public key.

  2. Host *
    PubkeyAcceptedAlgorithms +ssh-rsa

    Or inline the configuration option when connecting, for example:

    ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' your-ssh-user@ssh.ireland.eu.i.readymage.com

tmux

If you see this red warning triangle, navigate to Account -> Integrations and add your SSH key using .

When connecting via OpenSSH 8.8+ client ensure that the following configuration is added to the :

If running time-consuming commands via SSH the terminal might come in handy to preserve your SSH session and even have multiple CLI windows.

our guide
SSH client configuration file
tmux