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
 
(2 intermediate revisions by the same user not shown)
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
== web ==


### ipv6
https://git.milliways.info


  Host git.milliways.info
== ssh ==
    User git
    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
   Host git.milliways.info
     User git
     User git
     Port 22
     Port 22
    ProxyJump shell.milliways.info

Latest revision as of 12:29, 1 June 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

web

https://git.milliways.info

ssh

 Host git.milliways.info
   User git
   Port 22