Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions docs/platform/manager/using-the-linode-shell-lish/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
---
author:
name: Linode
email: docs@linode.com
description: 'Learn how to use Lish as a shell for managing or rescuing your Linode.'
keywords: ["Console", "Shell", "Lish", "rescue"]
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
aliases: ['using-lish-the-linode-shell/','troubleshooting/using-lish-the-linode-shell/','networking/using-the-linode-shell-lish/','platform/using-the-linode-shell-lish/']
modified: 2019-06-07
modified: 2019-06-20
modified_by:
name: Linode
published: 2009-08-04
Expand Down Expand Up @@ -38,14 +38,15 @@ You can connect to Lish with the SSH client of your choice. For example, you can
| `lish-dallas.linode.com` | US, Dallas, TX |
| `lish-fremont.linode.com` | US, Fremont, CA |
| `lish-newark.linode.com` | US, Newark, NJ |
| `lish-mum1.linode.com` | Mumbai, India |
| `lish-singapore.linode.com` | Asia, Singapore, SG |
| `lish-tokyo.linode.com` | Asia, Tokyo, JP |
| `lish-tokyo2.linode.com` or `lish-shg1.linode.com` | Asia, Tokyo, JP |
| `lish-tor1.linode.com` | Canada, Toronto, ON |
| `lish-frankfurt.linode.com` | Europe, Frankfurt, DE |
| `lish-london.linode.com` | Europe, London, UK |



1. Open a terminal window and enter the following command, replacing `username` with your Linode Cloud Manager username, and `location` with your preferred Lish SSH gateway. Lish listens for connections on ports 22, 443, and 2200.

ssh username@location
Expand Down Expand Up @@ -229,6 +230,14 @@ These are the fingerprints for the Lish gateway in our London data center (lish-
ECDSA SHA256:mE/plOHLl+NJ7LUdW7AaMEOnhskXZxav5Em/rD6VZ5g
Ed25519 SHA256:HXHM8/wCx7NrGsnfGpaexiBfOLKN9g0hoaL9wRaSeWg

### Mumbai

These are the fingerprints for the Lish gateway in our Mumbai data center (lish-mum1.linode.com):

RSA 5:57:72:e0:79:a6:48:13:2b:8a:cd:1e:35:7c:c1:a2:ed
ECDSA SHA256:uWVLSBPZ0E72VawrP4yWsW3YYHPM9b7A/seeEy7GG0c
Ed25519 SHA256:5VkP3/dLsfrKic9p6y9QnFq4sKa92RBzxGJrsX5/dBQ

### Newark

These are the fingerprints for the Lish gateway in our Newark data center (lish-newark.linode.com):
Expand All @@ -245,14 +254,6 @@ These are the fingerprints for the Lish gateway in our Singapore data center (li
ECDSA SHA256:rFYWuld4hWMbTzX+xZMuQ3kxiJ6t8A+FNQ5k889mKEA
Ed25519 SHA256:q1G1pBrLuhsUAnZ04SOYoxVthKYyLz+wA0hBAUVkKtE

### Tokyo

These are the fingerprints for the Lish gateway in our Tokyo data center (lish-tokyo.linode.com):

RSA af:ec:f0:b8:87:33:d5:12:04:0d:7c:bb:a6:c5:5f:be
ECDSA SHA256:smE6PUuuG6tR4N8kN8UpoPx+XyVtAwxQ2dHuwoVS6eY
Ed25519 SHA256:xAs8SdX91L7Xw5q9H+GGR5N9DoPGxP5RKG3aTvR60zw

### Tokyo 2

These are the fingerprints for the Lish gateway in our Tokyo2 data center (lish-tokyo2.linode.com):
Expand Down