File: example.netrc

package info (click to toggle)
golang-github-fhs-go-netrc 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 13
file content (14 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
machine mail.google.com
	login joe@gmail.com
	account gmail
	password somethingSecret

machine ray login demo password mypassword

macdef allput
put src/*

default
	login anonymous
	password joe@example.com