File: decnet.proxy

package info (click to toggle)
dnprogs 2.18-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,896 kB
  • ctags: 3,051
  • sloc: ansic: 18,586; cpp: 9,436; makefile: 669; sh: 502; awk: 13
file content (20 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/decnet.proxy
#
# DECnet proxy database.
# The format of this file is (one entry per line)
# node::remoteuser localuser 
#
# Regular expressions are allowed for node and remote user. Remember these are
# POSIX regular expressions so use .* where you would use just * on VMS.
# The entries are checked in the order they appear in this file.
# * as a local user will be replaced by the remote username.
# # is a comment.
#
# Here are some examples (commented out of course):
# 
# tramp::test patrick  # Explicitly convert 'test' on tramp to 'patrick'
# zaphod::.*  none     # Disable proxies from zaphod (assuming you don't have
#                      #   a user called 'none')
# .*::.* decnet        # Like a default DECnet account
# .*::.* *             # Equivalent to VMS *::* * proxy (make this last 
#                      #   if you use it)