User Tools

Site Tools


development:vc:gitsrv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
development:vc:gitsrv [2026/09/16 20:48] – Ralf Hoppedevelopment:vc:gitsrv [2026/09/16 20:48] (current) – Ralf Hoppe
Line 12: Line 12:
 touch .ssh/authorized_keys && chmod 0600 .ssh/authorized_keys touch .ssh/authorized_keys && chmod 0600 .ssh/authorized_keys
 </code> </code>
-  - append public key of each potential client somehow to ''.ssh/authorized_keys'', for example by:<code bash>+  - append the public key of each potential client somehow to ''.ssh/authorized_keys'', for example by:<code bash>
 cat /from/somehow/id_rsa.pub >> .ssh/authorized_keys cat /from/somehow/id_rsa.pub >> .ssh/authorized_keys
 </code> </code>
development/vc/gitsrv.txt · Last modified: by Ralf Hoppe