Lenticular Cloud/Shell: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
Host ipv4.shell.milliways.info | Host ipv4.shell.milliways.info | ||
HostName shell.milliways.info | HostName shell.milliways.info | ||
AddressFamily inet | AddressFamily inet | ||
Port 2222 | Port 2222 | ||
Revision as of 19:01, 24 September 2018
Activate
Go to https://account.milliways.info/ to activate your shell or add passwords/ssh keys.
! Probably you have to refresh the page to see changes !
Connect
IPv6
ssh <username>@shell.milliways.info
IPv4 (legacy IP)
ssh -p 2222 <username>@shell.milliways.info
~/.ssh/config
Host ipv4.shell.milliways.info HostName shell.milliways.info AddressFamily inet Port 2222
With that config you can use it with the following command:
ssh <username>@ipv4.shell.milliways.info