Lenticular Cloud/Shell: Difference between revisions

From Milliways
Jump to navigation Jump to search
No edit summary
(tombstone)
Tag: Replaced
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Activate =
<h1> Deprecated</h1>


Go to https://account.milliways.info/ to activate your shell or add passwords/ssh keys.
This service is disabled due to high maintain effort.
 
! Probably you have to refresh the page to see changes !
 
= Connect =
 
== IPv6 ==
<code>ssh <username>@shell.milliways.info</code>
 
== IPv4 (legacy IP) ==
<code>ssh -p 2222 <username>@shell.milliways.info</code>
 
=== ~/.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
 
= Socks Proxy =
 
you can use the ssh connection to create a socks proxy with
 
  ssh -D 1080 shell.milliways.info
 
The proxy is then capable of ipv4 and ipv6 connections

Latest revision as of 09:55, 28 November 2023

Deprecated

This service is disabled due to high maintain effort.