File: sample_multi_with_default.netrc

package info (click to toggle)
ruby-netrc 0.11.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 200 kB
  • sloc: ruby: 514; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# this is my netrc with multiple machines and a default
machine m
  login lm # this is my m-username
  password pm

machine n
  login ln # this is my n-username
  password pn

default
  login ld # this is my default username
  password pd