2.5.3 Linux

Connecting from Linux

SSH (Linux Workstations / Clusters)

  1. Open your terminal emulator
  2. Use the SSH command from your resource’s connection details:
ssh username@<resource-ip>

RDP (Windows Workstations)

Use an RDP client such as Remmina or xfreerdp:

# Using xfreerdp
xfreerdp /v:<resource-ip> /u:username

Web Console

If available for your resource:

  1. Click on your resource in Loome
  2. Click Web Console or Open in Browser

Troubleshooting

Issue Solution
Connection timeout Check that the resource is Running and your IP is allowed
Permission denied Verify your credentials; check key permissions with chmod 400
SSH host key changed Remove old key with ssh-keygen -R <resource-ip>