change settings for forgejo ssh connection
This commit is contained in:
parent
fe558dead0
commit
46919432e0
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@
|
||||||
ssh = {
|
ssh = {
|
||||||
startAgent = true;
|
startAgent = true;
|
||||||
extraConfig = "
|
extraConfig = "
|
||||||
Host git.lo-probst.de
|
Host forgejo@git.lo-probst.de
|
||||||
Hostname git.lo-probst.de
|
Hostname forgejo@git.lo-probst.de
|
||||||
Port 23
|
Port 23
|
||||||
User forgejo
|
User forgejo
|
||||||
";
|
";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue