Lenticular Cloud/Git: Difference between revisions

From Milliways
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
# Description
= Description =


gitea instance
gitea instance
Line 10: Line 10:




# Activation
= Activation =


Got to https://account.milliways.info to activate the git_gogs service.
Got to https://account.milliways.info to activate the git_gogs service.
Line 16: Line 16:
You can use your main password or multiple token like passwords for different devices.
You can use your main password or multiple token like passwords for different devices.


# Clients
= Clients =


## ssh
== ssh ==


### ipv6
=== ipv6/ipv4 ===


   Host git.milliways.info
   Host git.milliways.info
     User git
     User git
     Port 22
     Port 22
### 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

Revision as of 22:50, 31 May 2019

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 use your main password or multiple token like passwords for different devices.

Clients

ssh

ipv6/ipv4

 Host git.milliways.info
   User git
   Port 22