File: good.netrc

package info (click to toggle)
golang-github-git-lfs-go-netrc 0.0~git20180525.e0e9ca4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 104 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# I am a comment
machine mail.google.com
	login joe@gmail.com
	account justagmail #end of line comment with trailing space 
	password somethingSecret
 # I am another comment

macdef allput
put src/*

macdef allput2
  put src/*
put src2/*

machine ray login demo password mypassword

machine weirdlogin login uname password pass#pass

machine google.com
  login alice@google.com
  not-a-keyword
  password secure
  also-not-a-keyword

default
	login anonymous
	password joe@example.com