24 lines
502 B
Plaintext
24 lines
502 B
Plaintext
# .netrc - machine credentials (template)
|
|
#
|
|
# Copy this and fill in your credentials. Keep this file secure:
|
|
# chmod 600 ~/.netrc
|
|
#
|
|
# Format:
|
|
# machine <hostname>
|
|
# login <username>
|
|
# password <password>
|
|
#
|
|
# Example:
|
|
# machine github.com
|
|
# login <personal-access-token>
|
|
# password <token-value>
|
|
#
|
|
|
|
machine gitea.stationx.me
|
|
login tyrjoh
|
|
password 84874e89ad9cf49c1c29545965c1ea56b717c457
|
|
|
|
machine gitea.deadrop.se
|
|
login tyrjoh
|
|
password 84874e89ad9cf49c1c29545965c1ea56b717c457
|