Lenticular Cloud/Git

From Milliways
Revision as of 22:46, 31 May 2019 by Tuxcoder (talk | contribs) (Created page with "# Description gitea instance Features: * https/ssh * ssh key * two factor # Activation Got to https://account.milliways.info to activate the git_gogs service. You can u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Description

gitea instance

Features:

  • https/ssh
  • ssh key
  • two factor


  1. Activation

Got to https://account.milliways.info to activate the git_gogs service.

You can use your main password or multiple token like passwords for different devices.

  1. Clients
    1. ssh
      1. ipv6
 Host git.milliways.info
   User git
   Port 22


      1. ipv4 (use shell as proxy)
 Host shell.milliway.info
   # 22 for ipv6
   Port 2222
   HostName shell.milliways.info
   User tuxcoder
 Host git.milliways.info
   User git
   Port 22
   ProxyJump shell.milliways.info