hostedpi info ssh-hostname

Get the SSH hostname of a Raspberry Pi server

Usage: hostedpi info ssh-hostname [OPTIONS] NAME

Arguments

name [str]

Name of the Raspberry Pi server

Options

--ipv6

Use the IPv6 connection method

--help

Show this message and exit

Usage

Get the IPv4 SSH hostname of a Pi:

$ hostedpi info ssh-hostname mypi
ssh.mypi.hostedpi.com

Get the IPv6 SSH hostname of a Pi:

$ hostedpi info ssh-hostname mypi --ipv6
mypi.hostedpi.com

Warning

You will need IPv6 connectivity to connect using the IPv6 hostname.