File: hosts

package info (click to toggle)
dish 1.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: exp: 1,541; sh: 207; makefile: 116
file content (21 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Example hosts file to be used with ssh
# (comments and empty lines are allowed)
#
user1@host1.example.net
user2@host2.example.net
root@host3
root@host4

# LAN 1
root@10.0.0.1       # dns1
root@10.0.0.2       # dns2

# LAN 2
admin@192.168.0.1
admin@192.168.0.2
admin@192.168.0.3

# LAN 3 (will be ignored because hosts are included in file 'rests')
admin@172.16.1.1
admin@172.16.1.2