ContainEye

SSH Terminal

The SSH Terminal in ContainEye provides a powerful interface to connect to and manage your remote servers.

Connecting to a Server

  1. Tap the "Terminal" tab in the bottom navigation bar.
  2. Select a server from the scrollable picker that appears.
  3. ContainEye will establish a secure SSH connection to your server.
  4. Once connected, you'll see the full-screen terminal interface.
Server selection interface

Using the Terminal

  1. Type commands directly using the keyboard.
  2. Use the command history suggestions that appear above the keyboard for quick access to frequently used commands.
  3. Tap on a suggestion to insert it into the command line.
Terminal with command suggestions

Keyboard Shortcuts and Controls

  • CTRL-C: Cancel the current command (sends SIGINT).
  • ± Button: Toggle volume buttons as arrow keys. When blue, volume buttons act as up/down arrows. When outlined, volume buttons control volume normally.
  • Arrow Keys: Navigate through command history and within the current command line.
  • Tab: Auto-complete commands and file paths (if supported by the server shell).