File: good.netrc

package info (click to toggle)
golang-github-bgentry-go-netrc 0.0~git20140422.0.9fd32a8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • ctags: 62
  • sloc: makefile: 3
file content (22 lines) | stat: -rw-r--r-- 386 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
# 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

default
	login anonymous
	password joe@example.com