Server/GitLab: Unterschied zwischen den Versionen
Zeile 47: | Zeile 47: | ||
Host key verification failed. | Host key verification failed. | ||
</pre> | </pre> | ||
<code>ssh-keygen -f "/home/stura/.ssh/known_hosts" -R "141.56.51.321"</code> | |||
<code>ssh root@141.56.51.321</code> | |||
== [[FreeBSD]] == | == [[FreeBSD]] == |
Version vom 12. April 2021, 14:33 Uhr
GitLab ist eine OpenSource Software alternative zu Github.
- Achtung
Dieser Artikel ist ein exemplarischer Artikel.
Es handelt sich hierbei nicht um die Instanz GitLab als Dienst für git vom StuRa. Der StuRa betriebt (derzeit) keinen derartigen Dienst. Das öffentliche Verwalten von Code findet bei Github statt.
TurnKey
https://www.turnkeylinux.org/gitlab
TurnKey 16
https://releases.turnkeylinux.org/turnkey-gitlab/16.0-buster-amd64/
TurnKey 16 Installation
Die automatische Initialisierung dauert eine gefühlte Ewigkeit!
- nach 42 min (1 CPU (überwiegend ausgelastet), 4 GB Arbeitsspeicher (nicht ausgelastet), 16 GB Massenspeicher (nicht ausgelastet)) abgebrochen
nach dem Neustart
ssh root@141.56.51.321
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host is SHA256:qXaF3mKqLgYXCAmbywRTwuUB0vcWUzXPFJItpb0F5OA. Please contact your system administrator. Add correct host key in /home/stura/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /home/stura/.ssh/known_hosts:42 remove with: ssh-keygen -f "/home/stura/.ssh/known_hosts" -R "141.56.51.321" ECDSA host key for dev.dat.stu.htw.stura-dresden.de has changed and you have requested strict checking. Host key verification failed.
ssh-keygen -f "/home/stura/.ssh/known_hosts" -R "141.56.51.321"
ssh root@141.56.51.321
FreeBSD
FreeBSD Installation
Angeleitet von Installationsanleitung für die Installation aus dem Quellcode.
Die Installation wird auf einem FreeNAS 9.3-stable in einer Jail durchgeführt.
FreeBSD Abhängigkeiten
Installation der Packete erfolgt über pkg install
debian packages | freebsd packages |
---|---|
build-essential | gmake |
zlib1g-dev | lzlib |
libyaml-dev | libyaml |
libssl-dev | openssl |
libgdbm-dev | gdbm |
libreadline-dev | readline |
libncurses5-dev | ncurses |
libffi-dev | libffi |
curl | curl |
openssh-server | |
redis-server | redis |
checkinstall | |
libxml2-dev | libxml2 |
libxslt-dev | libxslt |
libcurl4-openssl-dev | make config curl |
libicu-dev | icu |
logrotate | logrotate |
python-docutils | py27-docutils |
pkg-config | rubygem-pkg-config |
cmake | cmake |
libkrb5-dev | krb5 |
nodejs | node |
pkg install gmake lzlib libyaml openssl gdbm readline ncurses libffi curl redis libxml2 libxslt icu logrotate py27-docutils rubygem-pkg-config cmake krb5 node
Die Installation des Postfix servers findet nicht statt.
FreeBSD Ruby
gem install bundler --no-ri --no-rdoc
FreeBSD System User
- Linux
adduser --disabled-login --gecos 'GitLab' git
- FreeBSD
$ adduser
Username: git
Full name: GitLab
Uid (Leave empty for default):
Login group [git]:
Login group is git. Invite git into other groups? []:
Login class [default]:
Shell (sh csh tcsh git-shell nologin) [sh]: nologin
Home directory [/home/git]:
Home directory permissions (Leave empty for default):
Use password-based authentication? [yes]:
Use an empty password? (yes/no) [no]:
Use a random password? (yes/no) [no]:
Enter password:
Enter password again:
Lock out the account after creation? [no]:
Username : git
Password : *****
Full Name : GitLab
Uid : 1001
Class :
Groups : git
Home : /home/git
Home Mode :
Shell : /usr/sbin/nologin
Locked : no
OK? (yes/no): yes
adduser: INFO: Successfully added (git) to the user database.
Add another user? (yes/no): no