Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
4
Agent-Windows/OGP64/etc/defaults/Cygwin.bat
Normal file
4
Agent-Windows/OGP64/etc/defaults/Cygwin.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
setlocal enableextensions
|
||||
set TERM=
|
||||
cd /d "%~dp0bin" && .\bash --login -i
|
||||
223
Agent-Windows/OGP64/etc/defaults/etc/DIR_COLORS
Normal file
223
Agent-Windows/OGP64/etc/defaults/etc/DIR_COLORS
Normal file
|
|
@ -0,0 +1,223 @@
|
|||
# Coreutils version coreutils-9.0
|
||||
# If you do not modify this file, it will be updated when you upgrade
|
||||
# coreutils, using the contents of /etc/defaults/etc/DIR_COLORS. Feel
|
||||
# free to modify this file, at which point coreutils will leave it alone.
|
||||
#
|
||||
# For this file to be useful, you will need a line like this in your
|
||||
# shell configuration file, such as ~/.bashrc:
|
||||
#
|
||||
# alias ls='ls --color=auto'
|
||||
#
|
||||
# If you want to use a variant of this file in your home directory,
|
||||
# then you can add something like this to your ~/.bashrc:
|
||||
#
|
||||
# eval "`dircolors -b /path/to/DIR_COLORS`"
|
||||
#
|
||||
# Configuration file for dircolors, a utility to help you set the
|
||||
# LS_COLORS environment variable used by GNU ls with the --color option.
|
||||
|
||||
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
||||
# Copying and distribution of this file, with or without modification,
|
||||
# are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
|
||||
# slackware version of dircolors) are recognized but ignored.
|
||||
|
||||
# Below are TERM entries, which can be a glob patterns, to match
|
||||
# against the TERM environment variable to determine if it is colorizable.
|
||||
TERM Eterm
|
||||
TERM ansi
|
||||
TERM *color*
|
||||
TERM con[0-9]*x[0-9]*
|
||||
TERM cons25
|
||||
TERM console
|
||||
TERM cygwin
|
||||
TERM *direct*
|
||||
TERM dtterm
|
||||
TERM gnome
|
||||
TERM hurd
|
||||
TERM jfbterm
|
||||
TERM konsole
|
||||
TERM kterm
|
||||
TERM linux
|
||||
TERM linux-c
|
||||
TERM mlterm
|
||||
TERM putty
|
||||
TERM rxvt*
|
||||
TERM screen*
|
||||
TERM st
|
||||
TERM terminator
|
||||
TERM tmux*
|
||||
TERM vt100
|
||||
TERM xterm*
|
||||
|
||||
# Below are the color init strings for the basic file types.
|
||||
# One can use codes for 256 or more colors supported by modern terminals.
|
||||
# The default color codes use the capabilities of an 8 color terminal
|
||||
# with some additional attributes as per the following codes:
|
||||
# Attribute codes:
|
||||
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
||||
# Text color codes:
|
||||
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
||||
# Background color codes:
|
||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
#NORMAL 00 # no color code at all
|
||||
#FILE 00 # regular file: use no color at all
|
||||
RESET 0 # reset to "normal" color
|
||||
DIR 01;34 # directory
|
||||
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
|
||||
# numerical value, the color is as for the file pointed to.)
|
||||
MULTIHARDLINK 00 # regular file with more than one link
|
||||
FIFO 40;33 # pipe
|
||||
SOCK 01;35 # socket
|
||||
DOOR 01;35 # door
|
||||
BLK 40;33;01 # block device driver
|
||||
CHR 40;33;01 # character device driver
|
||||
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
|
||||
MISSING 00 # ... and the files they point to
|
||||
SETUID 37;41 # file that is setuid (u+s)
|
||||
SETGID 30;43 # file that is setgid (g+s)
|
||||
CAPABILITY 30;41 # file with capability
|
||||
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
|
||||
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
||||
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||
|
||||
# This is for files with execute permission:
|
||||
EXEC 01;32
|
||||
|
||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
||||
# to colorize below. Put the extension, a space, and the color init string.
|
||||
# (and any comments you want to add after a '#')
|
||||
|
||||
# If you use DOS-style suffixes, you may want to uncomment the following:
|
||||
#.cmd 01;32 # executables (bright green)
|
||||
#.exe 01;32
|
||||
#.com 01;32
|
||||
#.btm 01;32
|
||||
#.bat 01;32
|
||||
# Or if you want to colorize scripts even if they do not have the
|
||||
# executable bit actually set.
|
||||
#.sh 01;32
|
||||
#.csh 01;32
|
||||
|
||||
# archives or compressed (bright red)
|
||||
.tar 01;31
|
||||
.tgz 01;31
|
||||
.arc 01;31
|
||||
.arj 01;31
|
||||
.taz 01;31
|
||||
.lha 01;31
|
||||
.lz4 01;31
|
||||
.lzh 01;31
|
||||
.lzma 01;31
|
||||
.tlz 01;31
|
||||
.txz 01;31
|
||||
.tzo 01;31
|
||||
.t7z 01;31
|
||||
.zip 01;31
|
||||
.z 01;31
|
||||
.dz 01;31
|
||||
.gz 01;31
|
||||
.lrz 01;31
|
||||
.lz 01;31
|
||||
.lzo 01;31
|
||||
.xz 01;31
|
||||
.zst 01;31
|
||||
.tzst 01;31
|
||||
.bz2 01;31
|
||||
.bz 01;31
|
||||
.tbz 01;31
|
||||
.tbz2 01;31
|
||||
.tz 01;31
|
||||
.deb 01;31
|
||||
.rpm 01;31
|
||||
.jar 01;31
|
||||
.war 01;31
|
||||
.ear 01;31
|
||||
.sar 01;31
|
||||
.rar 01;31
|
||||
.alz 01;31
|
||||
.ace 01;31
|
||||
.zoo 01;31
|
||||
.cpio 01;31
|
||||
.7z 01;31
|
||||
.rz 01;31
|
||||
.cab 01;31
|
||||
.wim 01;31
|
||||
.swm 01;31
|
||||
.dwm 01;31
|
||||
.esd 01;31
|
||||
|
||||
# image formats
|
||||
.jpg 01;35
|
||||
.jpeg 01;35
|
||||
.mjpg 01;35
|
||||
.mjpeg 01;35
|
||||
.gif 01;35
|
||||
.bmp 01;35
|
||||
.pbm 01;35
|
||||
.pgm 01;35
|
||||
.ppm 01;35
|
||||
.tga 01;35
|
||||
.xbm 01;35
|
||||
.xpm 01;35
|
||||
.tif 01;35
|
||||
.tiff 01;35
|
||||
.png 01;35
|
||||
.svg 01;35
|
||||
.svgz 01;35
|
||||
.mng 01;35
|
||||
.pcx 01;35
|
||||
.mov 01;35
|
||||
.mpg 01;35
|
||||
.mpeg 01;35
|
||||
.m2v 01;35
|
||||
.mkv 01;35
|
||||
.webm 01;35
|
||||
.webp 01;35
|
||||
.ogm 01;35
|
||||
.mp4 01;35
|
||||
.m4v 01;35
|
||||
.mp4v 01;35
|
||||
.vob 01;35
|
||||
.qt 01;35
|
||||
.nuv 01;35
|
||||
.wmv 01;35
|
||||
.asf 01;35
|
||||
.rm 01;35
|
||||
.rmvb 01;35
|
||||
.flc 01;35
|
||||
.avi 01;35
|
||||
.fli 01;35
|
||||
.flv 01;35
|
||||
.gl 01;35
|
||||
.dl 01;35
|
||||
.xcf 01;35
|
||||
.xwd 01;35
|
||||
.yuv 01;35
|
||||
.cgm 01;35
|
||||
.emf 01;35
|
||||
|
||||
# https://wiki.xiph.org/MIME_Types_and_File_Extensions
|
||||
.ogv 01;35
|
||||
.ogx 01;35
|
||||
|
||||
# audio formats
|
||||
.aac 00;36
|
||||
.au 00;36
|
||||
.flac 00;36
|
||||
.m4a 00;36
|
||||
.mid 00;36
|
||||
.midi 00;36
|
||||
.mka 00;36
|
||||
.mp3 00;36
|
||||
.mpc 00;36
|
||||
.ogg 00;36
|
||||
.ra 00;36
|
||||
.wav 00;36
|
||||
|
||||
# https://wiki.xiph.org/MIME_Types_and_File_Extensions
|
||||
.oga 00;36
|
||||
.opus 00;36
|
||||
.spx 00;36
|
||||
.xspf 00;36
|
||||
6748
Agent-Windows/OGP64/etc/defaults/etc/Muttrc
Normal file
6748
Agent-Windows/OGP64/etc/defaults/etc/Muttrc
Normal file
File diff suppressed because it is too large
Load diff
23
Agent-Windows/OGP64/etc/defaults/etc/bash.bash_logout
Normal file
23
Agent-Windows/OGP64/etc/defaults/etc/bash.bash_logout
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/bash.bash_logout: executed by bash(1) when login shell exits.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/bash.bash_logout
|
||||
|
||||
# Modifying /etc/bash.bash_logout directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide bashrc file
|
||||
|
||||
# when leaving the console clear the screen to increase privacy
|
||||
if [ "$SHLVL" = 1 ]; then
|
||||
[ -x /usr/bin/clear ] && /usr/bin/clear
|
||||
fi
|
||||
33
Agent-Windows/OGP64/etc/defaults/etc/bash.bashrc
Normal file
33
Agent-Windows/OGP64/etc/defaults/etc/bash.bashrc
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/bash.bashrc: executed by bash(1) for interactive shells.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/bash.bashrc
|
||||
|
||||
# Modifying /etc/bash.bashrc directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide bashrc file
|
||||
|
||||
# Check that we haven't already been sourced.
|
||||
[[ -z ${CYG_SYS_BASHRC} ]] && CYG_SYS_BASHRC="1" || return
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ "$-" != *i* ]] && return
|
||||
|
||||
# Exclude *dlls from TAB expansion
|
||||
export EXECIGNORE="*.dll"
|
||||
|
||||
# Set a default prompt of: user@host and current_directory
|
||||
PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
|
||||
|
||||
# Uncomment to use the terminal colours set in DIR_COLORS
|
||||
# eval "$(dircolors -b /etc/DIR_COLORS)"
|
||||
22
Agent-Windows/OGP64/etc/defaults/etc/crypto-policies/config
Normal file
22
Agent-Windows/OGP64/etc/defaults/etc/crypto-policies/config
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# This file should contain a single keyword, the crypto policy to
|
||||
# be applied by default to applications. The available policies are
|
||||
# restricted to the following profiles.
|
||||
#
|
||||
# * LEGACY: Ensures maximum compatibility with legacy systems (64-bit
|
||||
# security).
|
||||
#
|
||||
# * DEFAULT: A reasonable default for today's standards (80-bit security).
|
||||
#
|
||||
# * NEXT: Policy which will become DEFAULT in some upcoming release of the
|
||||
# operating system (112-bit security plus restriction of TLS to version 1.2
|
||||
# and newer).
|
||||
#
|
||||
# * FUTURE: A level that will provide security on a conservative level that is
|
||||
# believed to withstand any near-term future attacks (128-bit security).
|
||||
#
|
||||
# * FIPS: Policy that enables only FIPS 140-2 approved or allowed algorithms.
|
||||
#
|
||||
# After modifying this file, you need to run update-crypto-policies
|
||||
# for the changes to propagate.
|
||||
#
|
||||
DEFAULT
|
||||
147
Agent-Windows/OGP64/etc/defaults/etc/cygserver.conf
Normal file
147
Agent-Windows/OGP64/etc/defaults/etc/cygserver.conf
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
# cygserver.conf
|
||||
#
|
||||
# Contains configurable parameters for the cygserver.
|
||||
#
|
||||
# The format of this file is easy. Lines beginning with a hash `#' are
|
||||
# comments and ignored. Lines consisting of only whitespaces are ignored.
|
||||
# Any other line is a setting for cygserver.
|
||||
# A setting consists of a name/value pair, separated by whitespace.
|
||||
# Each line must only consist of one name/value pair.
|
||||
# Lines must not be longer than 1023 characters.
|
||||
#
|
||||
# Some settings can be overridden by a command line switch. If so, it's
|
||||
# mentioned below.
|
||||
#
|
||||
# Settings which are commented out will use the default values. These are
|
||||
# mentioned below, too.
|
||||
|
||||
# kern.srv.cleanup_threads: No. of cygserver threads used for cleanup tasks.
|
||||
# Default: 2, Min: 1, Max: 16, command line option -c, --cleanup-threads
|
||||
#kern.srv.cleanup_threads 2
|
||||
|
||||
# kern.srv.request_threads: No. of cygserver threads used to serve
|
||||
# application requests.
|
||||
# Default: 10, Min: 1, Max: 310, command line option -r, --request-threads
|
||||
#kern.srv.request_threads 10
|
||||
|
||||
# kern.srv.process_cache_size: No. of concurrent processes which can be handled
|
||||
# by Cygserver concurrently.
|
||||
# Default: 62, Min: 1, Max: 310, command line option -p, --process-cache
|
||||
#kern.srv.process_cache_size 62
|
||||
|
||||
# kern.srv.msgqueues: Determines whether XSI Message Queue support should be
|
||||
# started, "yes" (or "true", "y", "t", "1") or "no" (or "false", "n", "f", "0").
|
||||
# These values are valid for all binary type options.
|
||||
# Default is "yes". Command line option -q, --no-msgqueues
|
||||
#kern.srv.msgqueues yes
|
||||
|
||||
# kern.srv.semaphores: Determines whether XSI Semaphore support should be
|
||||
# started. Default is "yes". Command line option -s, --no-semaphores
|
||||
#kern.srv.semaphores yes
|
||||
|
||||
# kern.srv.sharedmem: Determines whether XSI Shared Memory support should be
|
||||
# started. Default is "yes". Command line option -m, --no-sharedmem
|
||||
#kern.srv.sharedmem yes
|
||||
|
||||
# LOGGING
|
||||
|
||||
# kern.log.syslog: Determines whether logging should go to the syslog,
|
||||
# Default is "yes", if stderr is no tty, "no" otherwise.
|
||||
# Command line option -y, --syslog or -Y, --no-syslog.
|
||||
#kern.log.syslog no
|
||||
|
||||
# kern.log.stderr: Determines whether logging should go to stderr,
|
||||
# Default is "yes", if stderr is a tty, "no" otherwise.
|
||||
# Command line option -e, --stderr or -E, --no-stderr.
|
||||
#kern.log.stderr no
|
||||
|
||||
# kern.log.level: Logging level. Valid values are 1 to 7 with a bigger
|
||||
# value emitting more logging output. Default level is 6.
|
||||
# Command line option -l, --log-level.
|
||||
#kern.log.level 6
|
||||
|
||||
# kern.log.debug: Determines whether debug output should be printed to stderr.
|
||||
# Default is "no". Command line option -d, --debug
|
||||
#kern.log.debug no
|
||||
|
||||
# XSI message queue parameters.
|
||||
#
|
||||
# Each message is broken up and stored in segments that are msgssz bytes
|
||||
# long. For efficiency reasons, this should be a power of two. Also,
|
||||
# it doesn't make sense if it is less than 8 or greater than about 256.
|
||||
|
||||
# kern.ipc.msgseg: Maximum no. of message queue segments hold concurrently.
|
||||
# Default: 2048, Min: 256, Max: 65535
|
||||
#kern.ipc.msgseg 2048
|
||||
|
||||
# kern.ipc.msgssz: Size of segment in bytes. Must be a power of 2 value.
|
||||
# Default: 8, Min: 8, Max: 1024
|
||||
#kern.ipc.msgssz 8
|
||||
|
||||
# kern.ipc.msgmnb: Maximum no. of bytes in a single message queue.
|
||||
# Default: 2048, Min: 1, Max: 65535
|
||||
#kern.ipc.msgmnb 2048
|
||||
|
||||
# kern.ipc.msgmni: Maximum no. of message queue identifiers hold concurrently.
|
||||
# Default: 40, Min: 1, Max: 1024
|
||||
#kern.ipc.msgmni 40
|
||||
|
||||
# kern.ipc.msgtql: Maximum no. of messages hold concurrently.
|
||||
# Default: 40, Min: 1, Max: 1024
|
||||
#kern.ipc.msgtql 40
|
||||
|
||||
# XSI semaphore parameters
|
||||
|
||||
# kern.ipc.semmni: Maximum no. of semaphore identifiers hold concurrently.
|
||||
# Default: 10, Min: 1, Max: 1024
|
||||
#kern.ipc.semmni 10
|
||||
|
||||
# kern.ipc.semmns: Maximum no. of semaphores hold concurrently.
|
||||
# Default: 60, Min: 1, Max: 1024
|
||||
#kern.ipc.semmns 60
|
||||
|
||||
# kern.ipc.semmnu: Total no. of undo structures hold by server.
|
||||
# Default: 30, Min: 1, Max: 1024
|
||||
#kern.ipc.semmnu 30
|
||||
|
||||
# kern.ipc.semmsl: Maximum no. of semaphores per semaphore id.
|
||||
# Default: 60, Min: 1, Max: 1024
|
||||
#kern.ipc.semmsl 60
|
||||
|
||||
# kern.ipc.semopm: Maximum no. of operations per semop call.
|
||||
# Default: 100, Min: 1, Max: 1024
|
||||
#kern.ipc.semopm 100
|
||||
|
||||
# kern.ipc.semume: Maximum no. of undo entries per process.
|
||||
# Default: 10, Min: 1, Max: 1024
|
||||
#kern.ipc.semume 10
|
||||
|
||||
# kern.ipc.semvmx: Maximum value of a semaphore.
|
||||
# Default: 32767, Min: 1, Max: 32767
|
||||
#kern.ipc.semvmx 32767
|
||||
|
||||
# kern.ipc.semaem: Maximum value to adjust on process exit.
|
||||
# Default: 16384, Min: 1, Max: 32767
|
||||
#kern.ipc.semaem 16384
|
||||
|
||||
# XSI shared memory parameters
|
||||
|
||||
# kern.ipc.shmmaxpgs: Maximum pages available for XSI shared memory.
|
||||
# Changing shmmaxpgs immediately affects setting SHMMAX. The relation
|
||||
# between shmmaxpgs and SHMMAX is: SHMMAX = shmmaxpgs * getpagesize().
|
||||
# Default: 8192, Min: 1, Max: 32767
|
||||
#kern.ipc.shmmaxpgs 8192
|
||||
|
||||
# kern.ipc.shmmni: Maximum number of shared memory segments, system wide.
|
||||
# Default: 192, Min: 1, Max: 32767
|
||||
#kern.ipc.shmmni 192
|
||||
|
||||
# kern.ipc.shmseg: Maximum number of shared memory segments per process.
|
||||
# Default: 128, Min: 1, Max: 32767
|
||||
#kern.ipc.shmseg 128
|
||||
|
||||
# kern.ipc.shm_allow_removed: Determines whether a process is allowed to
|
||||
# attach to a shared memory segment (using the shmat call) after a successful
|
||||
# call to shmctl(IPC_RMID). This is a Linux-specific, and therefore
|
||||
# non-portable feature. Use with care. Default is "no".
|
||||
#kern.ipc.shm_allow_removed no
|
||||
4
Agent-Windows/OGP64/etc/defaults/etc/inetd.d/sshd-inetd
Normal file
4
Agent-Windows/OGP64/etc/defaults/etc/inetd.d/sshd-inetd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# This file can be used to enable sshd as a slave of the inetd service
|
||||
# To do so, the line below should be uncommented.
|
||||
@COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
|
||||
|
||||
132
Agent-Windows/OGP64/etc/defaults/etc/man_db.conf
Normal file
132
Agent-Windows/OGP64/etc/defaults/etc/man_db.conf
Normal file
|
|
@ -0,0 +1,132 @@
|
|||
# man_db.conf
|
||||
#
|
||||
# This file is used by the man-db package to configure the man and cat paths.
|
||||
# It is also used to provide a manpath for those without one by examining
|
||||
# their PATH environment variable. For details see the manpath(5) man page.
|
||||
#
|
||||
# Lines beginning with `#' are comments and are ignored. Any combination of
|
||||
# tabs or spaces may be used as `whitespace' separators.
|
||||
#
|
||||
# There are three mappings allowed in this file:
|
||||
# --------------------------------------------------------
|
||||
# MANDATORY_MANPATH manpath_element
|
||||
# MANPATH_MAP path_element manpath_element
|
||||
# MANDB_MAP global_manpath [relative_catpath]
|
||||
#---------------------------------------------------------
|
||||
# every automatically generated MANPATH includes these fields
|
||||
#
|
||||
#MANDATORY_MANPATH /usr/src/pvm3/man
|
||||
#
|
||||
MANDATORY_MANPATH /usr/man
|
||||
MANDATORY_MANPATH /usr/share/man
|
||||
MANDATORY_MANPATH /usr/local/share/man
|
||||
#---------------------------------------------------------
|
||||
# set up PATH to MANPATH mapping
|
||||
# ie. what man tree holds man pages for what binary directory.
|
||||
#
|
||||
# *PATH* -> *MANPATH*
|
||||
#
|
||||
MANPATH_MAP /bin /usr/share/man
|
||||
MANPATH_MAP /usr/bin /usr/share/man
|
||||
MANPATH_MAP /sbin /usr/share/man
|
||||
MANPATH_MAP /usr/sbin /usr/share/man
|
||||
MANPATH_MAP /usr/local/bin /usr/local/man
|
||||
MANPATH_MAP /usr/local/bin /usr/local/share/man
|
||||
MANPATH_MAP /usr/local/sbin /usr/local/man
|
||||
MANPATH_MAP /usr/local/sbin /usr/local/share/man
|
||||
MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man
|
||||
MANPATH_MAP /usr/bin/X11 /usr/X11R6/man
|
||||
MANPATH_MAP /usr/games /usr/share/man
|
||||
MANPATH_MAP /opt/bin /opt/man
|
||||
MANPATH_MAP /opt/sbin /opt/man
|
||||
#---------------------------------------------------------
|
||||
# For a manpath element to be treated as a system manpath (as most of those
|
||||
# above should normally be), it must be mentioned below. Each line may have
|
||||
# an optional extra string indicating the catpath associated with the
|
||||
# manpath. If no catpath string is used, the catpath will default to the
|
||||
# given manpath.
|
||||
#
|
||||
# You *must* provide all system manpaths, including manpaths for alternate
|
||||
# operating systems, locale specific manpaths, and combinations of both, if
|
||||
# they exist, otherwise the permissions of the user running man/mandb will
|
||||
# be used to manipulate the manual pages. Also, mandb will not initialise
|
||||
# the database cache for any manpaths not mentioned below unless explicitly
|
||||
# requested to do so.
|
||||
#
|
||||
# In a per-user configuration file, this directive only controls the
|
||||
# location of catpaths and the creation of database caches; it has no effect
|
||||
# on privileges.
|
||||
#
|
||||
# Any manpaths that are subdirectories of other manpaths must be mentioned
|
||||
# *before* the containing manpath. E.g. /usr/man/preformat must be listed
|
||||
# before /usr/man.
|
||||
#
|
||||
# *MANPATH* -> *CATPATH*
|
||||
#
|
||||
MANDB_MAP /usr/man /var/cache/man/fsstnd
|
||||
MANDB_MAP /usr/share/man /var/cache/man
|
||||
MANDB_MAP /usr/local/man /var/cache/man/oldlocal
|
||||
MANDB_MAP /usr/local/share/man /var/cache/man/local
|
||||
MANDB_MAP /usr/X11R6/man /var/cache/man/X11R6
|
||||
MANDB_MAP /opt/man /var/cache/man/opt
|
||||
MANDB_MAP /snap/man /var/cache/man/snap
|
||||
#
|
||||
#---------------------------------------------------------
|
||||
# Program definitions. These are commented out by default as the value
|
||||
# of the definition is already the default. To change: uncomment a
|
||||
# definition and modify it.
|
||||
#
|
||||
#DEFINE pager less
|
||||
#DEFINE cat cat
|
||||
#DEFINE tr tr '\255\267\264\327' '\055\157\047\170'
|
||||
#DEFINE grep grep
|
||||
#DEFINE troff groff -mandoc
|
||||
#DEFINE nroff nroff -mandoc
|
||||
#DEFINE eqn eqn
|
||||
#DEFINE neqn neqn
|
||||
#DEFINE tbl tbl
|
||||
#DEFINE col col
|
||||
#DEFINE vgrind
|
||||
#DEFINE refer refer
|
||||
#DEFINE grap
|
||||
#DEFINE pic pic -S
|
||||
#
|
||||
#DEFINE compressor gzip -c7
|
||||
#---------------------------------------------------------
|
||||
# Misc definitions: same as program definitions above.
|
||||
#
|
||||
#DEFINE whatis_grep_flags -i
|
||||
#DEFINE apropos_grep_flags -iEw
|
||||
#DEFINE apropos_regex_grep_flags -iE
|
||||
#---------------------------------------------------------
|
||||
# Section names. Manual sections will be searched in the order listed here;
|
||||
# the default is 1, n, l, 8, 3, 0, 2, 3type, 5, 4, 9, 6, 7. Multiple SECTION
|
||||
# directives may be given for clarity, and will be concatenated together in
|
||||
# the expected way.
|
||||
# If a particular extension is not in this list (say, 1mh), it will be
|
||||
# displayed with the rest of the section it belongs to. The effect of this
|
||||
# is that you only need to explicitly list extensions if you want to force a
|
||||
# particular order. Sections with extensions should usually be adjacent to
|
||||
# their main section (e.g. "1 1mh 8 ...").
|
||||
#
|
||||
SECTION 1 1p 8 2 3 3p 4 5 6 7 9 0p n
|
||||
#
|
||||
#---------------------------------------------------------
|
||||
# Range of terminal widths permitted when displaying cat pages. If the
|
||||
# terminal falls outside this range, cat pages will not be created (if
|
||||
# missing) or displayed.
|
||||
#
|
||||
#MINCATWIDTH 80
|
||||
#MAXCATWIDTH 80
|
||||
#
|
||||
# If CATWIDTH is set to a non-zero number, cat pages will always be
|
||||
# formatted for a terminal of the given width, regardless of the width of
|
||||
# the terminal actually being used. This should generally be within the
|
||||
# range set by MINCATWIDTH and MAXCATWIDTH.
|
||||
#
|
||||
#CATWIDTH 0
|
||||
#
|
||||
#---------------------------------------------------------
|
||||
# Flags.
|
||||
# NOCACHE keeps man from creating cat pages.
|
||||
#NOCACHE
|
||||
113
Agent-Windows/OGP64/etc/defaults/etc/mime.types
Normal file
113
Agent-Windows/OGP64/etc/defaults/etc/mime.types
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
# $Id$
|
||||
|
||||
#
|
||||
# sample mime.types
|
||||
#
|
||||
|
||||
application/andrew-inset ez
|
||||
application/excel xls
|
||||
application/octet-stream bin
|
||||
application/oda oda
|
||||
application/pdf pdf
|
||||
application/pgp pgp
|
||||
application/postscript ps PS eps
|
||||
application/rdf+xml rdf
|
||||
application/rss+xml rss
|
||||
application/rtf rtf
|
||||
application/vnd.mozilla.xul+xml xul
|
||||
application/vnd.oasis.opendocument.chart odc
|
||||
application/vnd.oasis.opendocument.database odb
|
||||
application/vnd.oasis.opendocument.formula odf
|
||||
application/vnd.oasis.opendocument.graphics odg
|
||||
application/vnd.oasis.opendocument.graphics-template otg
|
||||
application/vnd.oasis.opendocument.image odi
|
||||
application/vnd.oasis.opendocument.presentation odp
|
||||
application/vnd.oasis.opendocument.presentation-template otp
|
||||
application/vnd.oasis.opendocument.spreadsheet ods
|
||||
application/vnd.oasis.opendocument.spreadsheet-template ots
|
||||
application/vnd.oasis.opendocument.text odt
|
||||
application/vnd.oasis.opendocument.text-master odm
|
||||
application/vnd.oasis.opendocument.text-template ott
|
||||
application/vnd.oasis.opendocument.text-web oth
|
||||
application/vnd.sun.xml.calc sxc
|
||||
application/vnd.sun.xml.calc.template stc
|
||||
application/vnd.sun.xml.draw sxd
|
||||
application/vnd.sun.xml.draw.template std
|
||||
application/vnd.sun.xml.impress sxi
|
||||
application/vnd.sun.xml.impress.template sti
|
||||
application/vnd.sun.xml.writer sxw
|
||||
application/vnd.sun.xml.writer.global sxg
|
||||
application/vnd.sun.xml.writer.math sxm
|
||||
application/vnd.sun.xml.writer.template stw
|
||||
application/x-arj-compressed arj
|
||||
application/x-bcpio bcpio
|
||||
application/x-chess-pgn pgn
|
||||
application/x-cpio cpio
|
||||
application/x-csh csh
|
||||
application/x-debian-package deb
|
||||
application/x-msdos-program com exe bat
|
||||
application/x-dvi dvi
|
||||
application/x-gtar gtar
|
||||
application/x-gunzip gz
|
||||
application/x-hdf hdf
|
||||
application/x-latex latex
|
||||
application/x-mif mif
|
||||
application/x-netcdf cdf nc
|
||||
application/x-perl pl pm
|
||||
application/x-rar-compressed rar
|
||||
application/x-sh sh
|
||||
application/x-shar shar
|
||||
application/x-sv4cpio sv4cpio
|
||||
application/x-sv4crc sv4crc
|
||||
application/x-tar tar
|
||||
application/x-tar-gz tgz tar.gz
|
||||
application/x-tcl tcl
|
||||
application/x-tex tex
|
||||
application/x-texinfo texi texinfo
|
||||
application/x-troff t tr roff
|
||||
application/x-troff-man man
|
||||
application/x-troff-me me
|
||||
application/x-troff-ms ms
|
||||
application/x-ustar ustar
|
||||
application/x-wais-source src
|
||||
application/x-zip-compressed zip
|
||||
application/xhtml+xml xhtml xht
|
||||
application/xml xml xsl
|
||||
|
||||
audio/basic snd
|
||||
audio/midi mid midi
|
||||
audio/ulaw au
|
||||
audio/x-aiff aif aifc aiff
|
||||
audio/x-wav wav
|
||||
|
||||
image/gif gif
|
||||
image/ief ief
|
||||
image/jpeg jpe jpeg jpg
|
||||
image/png png
|
||||
image/svg+xml svg svgz
|
||||
image/tiff tif tiff
|
||||
image/x-cmu-raster ras
|
||||
image/x-portable-anymap pnm
|
||||
image/x-portable-bitmap pbm
|
||||
image/x-portable-graymap pgm
|
||||
image/x-portable-pixmap ppm
|
||||
image/x-rgb rgb
|
||||
image/x-xbitmap xbm
|
||||
image/x-xpixmap xpm
|
||||
image/x-xwindowdump xwd
|
||||
|
||||
text/html html htm
|
||||
text/plain asc txt
|
||||
text/richtext rtx
|
||||
text/tab-separated-values tsv
|
||||
text/x-setext etx
|
||||
|
||||
video/dl dl
|
||||
video/fli fli
|
||||
video/gl gl
|
||||
video/mpeg mp2 mpe mpeg mpg
|
||||
video/quicktime mov qt
|
||||
video/x-msvideo avi
|
||||
video/x-sgi-movie movie
|
||||
|
||||
x-world/x-vrml vrm vrml wrl
|
||||
6
Agent-Windows/OGP64/etc/defaults/etc/my.cnf
Normal file
6
Agent-Windows/OGP64/etc/defaults/etc/my.cnf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# This group is read both both by the client and the server
|
||||
# use it for options that affect everything
|
||||
[client-server]
|
||||
|
||||
# include all files from the config directory
|
||||
!includedir /etc/my.cnf.d
|
||||
9
Agent-Windows/OGP64/etc/defaults/etc/my.cnf.d/client.cnf
Normal file
9
Agent-Windows/OGP64/etc/defaults/etc/my.cnf.d/client.cnf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# These two groups are read by the client library
|
||||
# Use it for options that affect all clients, but not the server
|
||||
[client]
|
||||
|
||||
# This group is not read by mysql client library,
|
||||
# If you use the same .cnf file for MySQL and MariaDB,
|
||||
# use it for MariaDB-only client options
|
||||
[client-mariadb]
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# These groups are read by MariaDB command-line tools
|
||||
# Use it for options that affect only one utility
|
||||
#
|
||||
|
||||
[mysql]
|
||||
|
||||
[mysql_upgrade]
|
||||
|
||||
[mysqladmin]
|
||||
|
||||
[mysqlbinlog]
|
||||
|
||||
[mysqlcheck]
|
||||
|
||||
[mysqldump]
|
||||
|
||||
[mysqlimport]
|
||||
|
||||
[mysqlshow]
|
||||
|
||||
[mysqlslap]
|
||||
|
||||
46
Agent-Windows/OGP64/etc/defaults/etc/my.cnf.d/server.cnf
Normal file
46
Agent-Windows/OGP64/etc/defaults/etc/my.cnf.d/server.cnf
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
#
|
||||
# These groups are read by MariaDB server.
|
||||
# Use it for options that only the server (but not clients) should see
|
||||
#
|
||||
# See the examples of server my.cnf files in /usr/share/mysql/
|
||||
#
|
||||
|
||||
# this is read by the standalone daemon and embedded servers
|
||||
[server]
|
||||
|
||||
# this is only for the mysqld standalone daemon
|
||||
[mysqld]
|
||||
|
||||
#
|
||||
# * Galera-related settings
|
||||
#
|
||||
[galera]
|
||||
# Mandatory settings
|
||||
#wsrep_on=ON
|
||||
#wsrep_provider=
|
||||
#wsrep_cluster_address=
|
||||
#binlog_format=row
|
||||
#default_storage_engine=InnoDB
|
||||
#innodb_autoinc_lock_mode=2
|
||||
#
|
||||
# Allow server to accept connections on all interfaces.
|
||||
#
|
||||
#bind-address=0.0.0.0
|
||||
#
|
||||
# Optional setting
|
||||
#wsrep_slave_threads=1
|
||||
#innodb_flush_log_at_trx_commit=0
|
||||
|
||||
# this is only for embedded server
|
||||
[embedded]
|
||||
|
||||
# This group is only read by MariaDB servers, not by MySQL.
|
||||
# If you use the same .cnf file for MySQL and MariaDB,
|
||||
# you can put MariaDB-only options here
|
||||
[mariadb]
|
||||
|
||||
# This group is only read by MariaDB-10.3 servers.
|
||||
# If you use the same .cnf file for MariaDB of different versions,
|
||||
# use this group for options that older servers don't understand
|
||||
[mariadb-10.3]
|
||||
|
||||
337
Agent-Windows/OGP64/etc/defaults/etc/nanorc
Normal file
337
Agent-Windows/OGP64/etc/defaults/etc/nanorc
Normal file
|
|
@ -0,0 +1,337 @@
|
|||
## Sample initialization file for GNU nano.
|
||||
##
|
||||
## For the options that take parameters, the default value is shown.
|
||||
## Other options are unset by default. To make sure that an option
|
||||
## is disabled, you can use "unset <option>".
|
||||
##
|
||||
## Characters that are special in a shell should not be escaped here.
|
||||
## Inside string parameters, quotes should not be escaped -- the last
|
||||
## double quote on the line will be seen as the closing quote.
|
||||
|
||||
## If you want ^F, ^B, M-F and M-B to do what they did before version 8.0:
|
||||
# bind ^F forward main
|
||||
# bind ^B back main
|
||||
# bind M-F formatter main
|
||||
# bind M-B linter main
|
||||
|
||||
## Make 'nextword' (Ctrl+Right) and 'chopwordright' (Ctrl+Delete)
|
||||
## stop at word ends instead of at beginnings.
|
||||
# set afterends
|
||||
|
||||
## When soft line wrapping is enabled, make it wrap lines at blanks
|
||||
## (tabs and spaces) instead of always at the edge of the screen.
|
||||
# set atblanks
|
||||
|
||||
## Automatically indent a newly created line to the same number of
|
||||
## tabs and/or spaces as the preceding line -- or as the next line
|
||||
## if the preceding line is the beginning of a paragraph.
|
||||
# set autoindent
|
||||
|
||||
## Back up files to the current filename plus a tilde.
|
||||
# set backup
|
||||
|
||||
## The directory to put unique backup files in.
|
||||
# set backupdir ""
|
||||
|
||||
## Use bold text instead of reverse video text.
|
||||
# set boldtext
|
||||
|
||||
## Treat any line with leading whitespace as the beginning of a paragraph.
|
||||
# set bookstyle
|
||||
|
||||
## The characters treated as closing brackets when justifying paragraphs.
|
||||
## This may not include any blank characters. Only closing punctuation,
|
||||
## optionally followed by these closing brackets, can end sentences.
|
||||
# set brackets ""')>]}"
|
||||
|
||||
## Automatically hard-wrap the current line when it becomes overlong.
|
||||
# set breaklonglines
|
||||
|
||||
## Do case-sensitive searches by default.
|
||||
# set casesensitive
|
||||
|
||||
## Constantly display the cursor position in the status bar or minibar.
|
||||
# set constantshow
|
||||
|
||||
## Use cut-from-cursor-to-end-of-line by default.
|
||||
# set cutfromcursor
|
||||
|
||||
## Do not use the line below the title bar, leaving it entirely blank.
|
||||
# set emptyline
|
||||
|
||||
## Set the target width for automatic hard-wrapping and for justifying
|
||||
## paragraphs. If the specified value is 0 or less, the wrapping point
|
||||
## will be the terminal's width minus this number.
|
||||
# set fill -8
|
||||
|
||||
## Draw a vertical stripe at the given column, to help judge text width.
|
||||
## (This option does not have a default value.)
|
||||
# set guidestripe 75
|
||||
|
||||
## Remember the used search/replace strings for the next session.
|
||||
# set historylog
|
||||
|
||||
## Display a "scrollbar" on the righthand side of the edit window.
|
||||
# set indicator
|
||||
|
||||
## Scroll the buffer contents per half-screen instead of per line.
|
||||
# set jumpyscrolling
|
||||
|
||||
## Display line numbers to the left (and any anchors in the margin).
|
||||
# set linenumbers
|
||||
|
||||
## Enable vim-style lock-files. This is just to let a vim user know you
|
||||
## are editing a file [s]he is trying to edit and vice versa. There are
|
||||
## no plans to implement vim-style undo state in these files.
|
||||
# set locking
|
||||
|
||||
## Fall back to slow libmagic to try and determine an applicable syntax.
|
||||
# set magic
|
||||
|
||||
## The opening and closing brackets that are found by a matching-bracket
|
||||
## search. This may not contain blank characters. The opening brackets
|
||||
## must come before the closing ones, and they must be in the same order.
|
||||
# set matchbrackets "(<[{)>]}"
|
||||
|
||||
## Suppress the title bar and show the filename plus a cursor-position
|
||||
## percentage in the space of the status bar.
|
||||
# set minibar
|
||||
|
||||
## Enable mouse support, if available for your system. When enabled,
|
||||
## mouse clicks can be used to place the cursor, set the mark (with a
|
||||
## double click), and execute shortcuts. The mouse will work in the
|
||||
## X Window System, and on the console when gpm is running.
|
||||
# set mouse
|
||||
|
||||
## Switch on multiple file buffers (inserting a file will put it into
|
||||
## a separate buffer).
|
||||
# set multibuffer
|
||||
|
||||
## Don't convert files from DOS/Mac format.
|
||||
# set noconvert
|
||||
|
||||
## Don't display the helpful shortcut lists at the bottom of the screen.
|
||||
# set nohelp
|
||||
|
||||
## Don't automatically add a newline when a file does not end with one.
|
||||
# set nonewlines
|
||||
|
||||
## Set operating directory. nano will not read or write files outside
|
||||
## this directory and its subdirectories. Also, the current directory
|
||||
## is changed to here, so any files are inserted from this dir. A blank
|
||||
## string means the operating-directory feature is turned off.
|
||||
# set operatingdir ""
|
||||
|
||||
## Remember the cursor position in each file for the next editing session.
|
||||
# set positionlog
|
||||
|
||||
## Preserve the XON and XOFF keys (^Q and ^S).
|
||||
# set preserve
|
||||
|
||||
## The characters treated as closing punctuation when justifying paragraphs.
|
||||
## This may not contain blank characters. Only these closing punctuations,
|
||||
## optionally followed by closing brackets, can end sentences.
|
||||
# set punct "!.?"
|
||||
|
||||
## Make status-bar messages disappear after 1 keystroke instead of after 20.
|
||||
# set quickblank
|
||||
|
||||
## The regular expression that matches quoting characters in email
|
||||
## or line-comment introducers in source code. The default is:
|
||||
# set quotestr "^([ ]*([!#%:;>|}]|//))+"
|
||||
|
||||
## Try to work around a mismatching terminfo terminal description.
|
||||
# set rawsequences
|
||||
|
||||
## Fix Backspace/Delete confusion problem.
|
||||
# set rebinddelete
|
||||
|
||||
## Do regular-expression searches by default.
|
||||
## Regular expressions are of the extended type (ERE).
|
||||
# set regexp
|
||||
|
||||
## Save a changed buffer automatically on exit; don't prompt.
|
||||
# set saveonexit
|
||||
|
||||
## Put the cursor on the highlighted item in the file browser, and
|
||||
## show the cursor in the help viewer; useful for people who use a
|
||||
## braille display and people with poor vision.
|
||||
# set showcursor
|
||||
|
||||
## Make the Home key smarter: when Home is pressed anywhere but at the
|
||||
## very beginning of non-whitespace characters on a line, the cursor
|
||||
## will jump to that beginning (either forwards or backwards). If the
|
||||
## cursor is already at that position, it will jump to the true start
|
||||
## of the line (the left edge).
|
||||
# set smarthome
|
||||
|
||||
## Spread overlong lines over multiple screen lines.
|
||||
# set softwrap
|
||||
|
||||
## Use this spelling checker instead of the internal one. This option
|
||||
## does not have a default value.
|
||||
# set speller "aspell -x -c"
|
||||
|
||||
## Use the end of the title bar for some state flags: I = auto-indenting,
|
||||
## M = mark, L = hard-wrapping long lines, R = recording, S = soft-wrapping.
|
||||
# set stateflags
|
||||
|
||||
## Use this tab size instead of the default; it must be greater than 0.
|
||||
# set tabsize 8
|
||||
|
||||
## Convert each typed tab to the fitting number of spaces.
|
||||
# set tabstospaces
|
||||
|
||||
## Snip whitespace at the end of lines when justifying or hard-wrapping.
|
||||
# set trimblanks
|
||||
|
||||
## Save files by default in Unix format (also when they were DOS or Mac).
|
||||
# set unix
|
||||
|
||||
## The two single-column characters used to display the first characters
|
||||
## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in
|
||||
## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.
|
||||
## The default when in a UTF-8 locale:
|
||||
# set whitespace "»·"
|
||||
## The default otherwise:
|
||||
# set whitespace ">."
|
||||
|
||||
## Detect word boundaries differently by treating punctuation
|
||||
## characters as parts of words.
|
||||
# set wordbounds
|
||||
|
||||
## The characters (besides alphanumeric ones) that should be considered
|
||||
## as parts of words. This option does not have a default value. When
|
||||
## set, it overrides option 'set wordbounds'.
|
||||
# set wordchars "<_>."
|
||||
|
||||
## Let an unmodified Backspace or Delete erase the marked region (instead
|
||||
## of a single character, and without affecting the cutbuffer).
|
||||
# set zap
|
||||
|
||||
## Hide the bars plus help lines and use the whole terminal as edit area.
|
||||
# set zero
|
||||
|
||||
|
||||
## Paint the interface elements of nano. These are examples; there are
|
||||
## no colors by default, except for errorcolor and spotlightcolor.
|
||||
# set titlecolor bold,white,blue
|
||||
# set promptcolor lightwhite,grey
|
||||
# set statuscolor bold,white,green
|
||||
# set errorcolor bold,white,red
|
||||
# set spotlightcolor black,lightyellow
|
||||
# set selectedcolor lightwhite,magenta
|
||||
# set stripecolor ,#444
|
||||
# set scrollercolor cyan
|
||||
# set numbercolor cyan
|
||||
# set keycolor cyan
|
||||
# set functioncolor green
|
||||
|
||||
## In root's .nanorc you might want to use:
|
||||
# set titlecolor bold,white,magenta
|
||||
# set promptcolor black,yellow
|
||||
# set statuscolor bold,white,magenta
|
||||
# set errorcolor bold,white,red
|
||||
# set spotlightcolor black,orange
|
||||
# set selectedcolor lightwhite,cyan
|
||||
# set stripecolor ,yellow
|
||||
# set scrollercolor magenta
|
||||
# set numbercolor magenta
|
||||
# set keycolor lightmagenta
|
||||
# set functioncolor magenta
|
||||
|
||||
|
||||
## === Syntax coloring ===
|
||||
## For all details, see 'man nanorc', section SYNTAX HIGHLIGHTING.
|
||||
|
||||
## To include most of the existing syntax definitions, you can do:
|
||||
include "/usr/share/nano/*.nanorc"
|
||||
|
||||
## Or you can select just the ones you need. For example:
|
||||
include "/usr/share/nano/html.nanorc"
|
||||
include "/usr/share/nano/python.nanorc"
|
||||
include "/usr/share/nano/sh.nanorc"
|
||||
|
||||
## In /usr/share/nano/extra/ you can find some syntaxes that are
|
||||
## specific for certain distros or for some less common languages.
|
||||
|
||||
|
||||
## If <Tab> should always produce four spaces when editing a Python file,
|
||||
## independent of the settings of 'tabsize' and 'tabstospaces':
|
||||
# extendsyntax python tabgives " "
|
||||
|
||||
|
||||
## === Key bindings ===
|
||||
## For all details, see 'man nanorc', section REBINDING KEYS.
|
||||
|
||||
## If you want to suspend nano with one keystroke (instead of with ^T^Z):
|
||||
# bind ^Z suspend main
|
||||
|
||||
## The <Ctrl+Delete> keystroke deletes the word to the right of the cursor.
|
||||
## On some terminals the <Ctrl+Backspace> keystroke produces ^H, which is
|
||||
## the ASCII character for backspace, so it is bound by default to the
|
||||
## backspace function. The <Backspace> key itself produces a different
|
||||
## keycode, which is hard-bound to the backspace function. So, if you
|
||||
## normally use <Backspace> for backspacing and not ^H, you can make
|
||||
## <Ctrl+Backspace> delete the word to the left of the cursor with:
|
||||
# bind ^H chopwordleft main
|
||||
|
||||
## For a more mnemonic Comment keystroke (overriding Cut-from-cursor):
|
||||
# bind M-K comment main
|
||||
|
||||
## If you want ^L to just refresh the screen and not center the cursor:
|
||||
# bind ^L refresh main
|
||||
|
||||
## When you sometimes type M-J instead of M-K, or M-T instead of M-R:
|
||||
# unbind M-J main
|
||||
# unbind M-T main
|
||||
## (Those functions are still accessible through ^T^J and ^T^V.)
|
||||
|
||||
## For quickly uppercasing or lowercasing the word under or after the cursor.
|
||||
## (These effectively select a word and pipe it through a sed command.)
|
||||
# bind Sh-M-U "{nextword}{mark}{prevword}{execute}|sed 's/.*/\U&/'{enter}" main
|
||||
# bind Sh-M-L "{nextword}{mark}{prevword}{execute}|sed 's/.*/\L&/'{enter}" main
|
||||
|
||||
## For copying a marked region to the system clipboard:
|
||||
# bind Sh-M-C "{execute}|xsel -ib{enter}{undo}" main
|
||||
|
||||
## For normalizing Unicode to precomposed characters:
|
||||
# bind Sh-M-N "{execute}| uconv -x nfc {enter}" main
|
||||
|
||||
## For snipping trailing blanks when you save a file:
|
||||
# bind ^S "{execute}| sed 's/\s\+$//' {enter}{savefile}" main
|
||||
|
||||
## If you would like nano to have keybindings that are more "usual",
|
||||
## such as ^O for Open, ^F for Find, ^H for Help, and ^Q for Quit,
|
||||
## then uncomment these:
|
||||
# bind ^X cut main
|
||||
# bind ^C copy main
|
||||
# bind ^V paste all
|
||||
# bind ^Q exit all
|
||||
# bind ^S savefile main
|
||||
# bind ^W writeout main
|
||||
# bind ^O insert main
|
||||
# set multibuffer
|
||||
# bind ^H help all
|
||||
# bind ^H exit help
|
||||
# bind ^F whereis all
|
||||
# bind ^G findnext all
|
||||
# bind ^B wherewas all
|
||||
# bind ^D findprevious all
|
||||
# bind ^R replace main
|
||||
# unbind ^U all
|
||||
# unbind ^N main
|
||||
# unbind ^Y all
|
||||
# unbind M-J main
|
||||
# unbind M-T main
|
||||
# bind ^A mark main
|
||||
# bind ^P location main
|
||||
# bind ^T gotoline main
|
||||
# bind ^T gotodir browser
|
||||
# bind ^T cutrestoffile execute
|
||||
# bind ^L linter execute
|
||||
# bind ^E execute main
|
||||
# bind ^K "{mark}{end}{zap}" main
|
||||
# bind ^U "{mark}{home}{zap}" main
|
||||
# bind ^Z undo main
|
||||
# bind ^Y redo main
|
||||
9
Agent-Windows/OGP64/etc/defaults/etc/pkcs11/pkcs11.conf
Normal file
9
Agent-Windows/OGP64/etc/defaults/etc/pkcs11/pkcs11.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# This is an example /etc/pkcs11/pkcs11.conf file. Copy it into
|
||||
# place before use.
|
||||
|
||||
# This setting controls whether to load user configuration from the
|
||||
# ~/.config/pkcs11 directory. Possible values:
|
||||
# none: No user configuration
|
||||
# merge: Merge the user config over the system configuration (default)
|
||||
# only: Only user configuration, ignore system configuration
|
||||
user-config: merge
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
# The upstream Mozilla.org project tests all changes to the root CA
|
||||
# list with the NSS (Network Security Services) library.
|
||||
#
|
||||
# Occassionally, changes might cause compatibility issues with
|
||||
# other cryptographic libraries, such as openssl or gnutls.
|
||||
#
|
||||
# The package maintainers of the CA certificates package might decide
|
||||
# to temporarily keep certain (legacy) root CA certificates trusted,
|
||||
# until incompatibility issues can be resolved.
|
||||
#
|
||||
# Using this configuration file it is possible to opt-out of the
|
||||
# compatibility choices made by the package maintainer.
|
||||
#
|
||||
# legacy=default :
|
||||
# This configuration uses the choices made by the package maintainer.
|
||||
# It may keep root CA certificate as trusted, which the upstream
|
||||
# Mozilla.org project has already marked as no longer trusted.
|
||||
# The set of CA certificates that are being kept enabled may change
|
||||
# between package versions.
|
||||
#
|
||||
# legacy=disable :
|
||||
# Follow all removal decisions made by Mozilla.org
|
||||
#
|
||||
legacy=default
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# This file specifies the Certificate Transparency logs
|
||||
# that are to be trusted.
|
||||
|
||||
# Google's list of logs can be found here:
|
||||
# www.certificate-transparency.org/known-logs
|
||||
# A Python program to convert the log list to OpenSSL's format can be
|
||||
# found here:
|
||||
# https://github.com/google/certificate-transparency/blob/master/python/utilities/log_list/print_log_list.py
|
||||
# Use the "--openssl_output" flag.
|
||||
368
Agent-Windows/OGP64/etc/defaults/etc/pki/tls/openssl.cnf
Normal file
368
Agent-Windows/OGP64/etc/defaults/etc/pki/tls/openssl.cnf
Normal file
|
|
@ -0,0 +1,368 @@
|
|||
#
|
||||
# OpenSSL example configuration file.
|
||||
# This is mostly being used for generation of certificate requests.
|
||||
#
|
||||
|
||||
# Note that you can include other files from the main configuration
|
||||
# file using the .include directive.
|
||||
#.include filename
|
||||
|
||||
# This definition stops the following lines choking if HOME isn't
|
||||
# defined.
|
||||
HOME = .
|
||||
|
||||
# Extra OBJECT IDENTIFIER info:
|
||||
#oid_file = $ENV::HOME/.oid
|
||||
oid_section = new_oids
|
||||
|
||||
# To use this configuration file with the "-extfile" option of the
|
||||
# "openssl x509" utility, name here the section containing the
|
||||
# X.509v3 extensions to use:
|
||||
# extensions =
|
||||
# (Alternatively, use a configuration file that has only
|
||||
# X.509v3 extensions in its main [= default] section.)
|
||||
|
||||
# Load default TLS policy configuration
|
||||
|
||||
openssl_conf = default_modules
|
||||
|
||||
[ default_modules ]
|
||||
|
||||
ssl_conf = ssl_module
|
||||
|
||||
[ ssl_module ]
|
||||
|
||||
system_default = crypto_policy
|
||||
|
||||
[ crypto_policy ]
|
||||
|
||||
.include = /etc/crypto-policies/back-ends/opensslcnf.config
|
||||
|
||||
[ new_oids ]
|
||||
|
||||
# We can add new OIDs in here for use by 'ca', 'req' and 'ts'.
|
||||
# Add a simple OID like this:
|
||||
# testoid1=1.2.3.4
|
||||
# Or use config file substitution like this:
|
||||
# testoid2=${testoid1}.5.6
|
||||
|
||||
# Policies used by the TSA examples.
|
||||
tsa_policy1 = 1.2.3.4.1
|
||||
tsa_policy2 = 1.2.3.4.5.6
|
||||
tsa_policy3 = 1.2.3.4.5.7
|
||||
|
||||
####################################################################
|
||||
[ ca ]
|
||||
default_ca = CA_default # The default ca section
|
||||
|
||||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
dir = /etc/pki/CA # Where everything is kept
|
||||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
#unique_subject = no # Set to 'no' to allow creation of
|
||||
# several certs with same subject.
|
||||
new_certs_dir = $dir/newcerts # default place for new certs.
|
||||
|
||||
certificate = $dir/cacert.pem # The CA certificate
|
||||
serial = $dir/serial # The current serial number
|
||||
crlnumber = $dir/crlnumber # the current crl number
|
||||
# must be commented out to leave a V1 CRL
|
||||
crl = $dir/crl.pem # The current CRL
|
||||
private_key = $dir/private/cakey.pem# The private key
|
||||
|
||||
x509_extensions = usr_cert # The extensions to add to the cert
|
||||
|
||||
# Comment out the following two lines for the "traditional"
|
||||
# (and highly broken) format.
|
||||
name_opt = ca_default # Subject Name options
|
||||
cert_opt = ca_default # Certificate field options
|
||||
|
||||
# Extension copying option: use with caution.
|
||||
# copy_extensions = copy
|
||||
|
||||
# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
|
||||
# so this is commented out by default to leave a V1 CRL.
|
||||
# crlnumber must also be commented out to leave a V1 CRL.
|
||||
# crl_extensions = crl_ext
|
||||
|
||||
default_days = 365 # how long to certify for
|
||||
default_crl_days= 30 # how long before next CRL
|
||||
default_md = sha256 # use SHA-256 by default
|
||||
preserve = no # keep passed DN ordering
|
||||
|
||||
# A few difference way of specifying how similar the request should look
|
||||
# For type CA, the listed attributes must be the same, and the optional
|
||||
# and supplied fields are just that :-)
|
||||
policy = policy_match
|
||||
|
||||
# For the CA policy
|
||||
[ policy_match ]
|
||||
countryName = match
|
||||
stateOrProvinceName = match
|
||||
organizationName = match
|
||||
organizationalUnitName = optional
|
||||
commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
# For the 'anything' policy
|
||||
# At this point in time, you must list all acceptable 'object'
|
||||
# types.
|
||||
[ policy_anything ]
|
||||
countryName = optional
|
||||
stateOrProvinceName = optional
|
||||
localityName = optional
|
||||
organizationName = optional
|
||||
organizationalUnitName = optional
|
||||
commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
####################################################################
|
||||
[ req ]
|
||||
default_bits = 2048
|
||||
default_md = sha256
|
||||
default_keyfile = privkey.pem
|
||||
distinguished_name = req_distinguished_name
|
||||
attributes = req_attributes
|
||||
x509_extensions = v3_ca # The extensions to add to the self signed cert
|
||||
|
||||
# Passwords for private keys if not present they will be prompted for
|
||||
# input_password = secret
|
||||
# output_password = secret
|
||||
|
||||
# This sets a mask for permitted string types. There are several options.
|
||||
# default: PrintableString, T61String, BMPString.
|
||||
# pkix : PrintableString, BMPString (PKIX recommendation before 2004)
|
||||
# utf8only: only UTF8Strings (PKIX recommendation after 2004).
|
||||
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
||||
# MASK:XXXX a literal mask value.
|
||||
# WARNING: ancient versions of Netscape crash on BMPStrings or UTF8Strings.
|
||||
string_mask = utf8only
|
||||
|
||||
# req_extensions = v3_req # The extensions to add to a certificate request
|
||||
|
||||
[ req_distinguished_name ]
|
||||
countryName = Country Name (2 letter code)
|
||||
countryName_default = XX
|
||||
countryName_min = 2
|
||||
countryName_max = 2
|
||||
|
||||
stateOrProvinceName = State or Province Name (full name)
|
||||
#stateOrProvinceName_default = Default Province
|
||||
|
||||
localityName = Locality Name (eg, city)
|
||||
localityName_default = Default City
|
||||
|
||||
0.organizationName = Organization Name (eg, company)
|
||||
0.organizationName_default = Default Company Ltd
|
||||
|
||||
# we can do this but it is not needed normally :-)
|
||||
#1.organizationName = Second Organization Name (eg, company)
|
||||
#1.organizationName_default = World Wide Web Pty Ltd
|
||||
|
||||
organizationalUnitName = Organizational Unit Name (eg, section)
|
||||
#organizationalUnitName_default =
|
||||
|
||||
commonName = Common Name (eg, your name or your server\'s hostname)
|
||||
commonName_max = 64
|
||||
|
||||
emailAddress = Email Address
|
||||
emailAddress_max = 64
|
||||
|
||||
# SET-ex3 = SET extension number 3
|
||||
|
||||
[ req_attributes ]
|
||||
challengePassword = A challenge password
|
||||
challengePassword_min = 4
|
||||
challengePassword_max = 20
|
||||
|
||||
unstructuredName = An optional company name
|
||||
|
||||
[ usr_cert ]
|
||||
|
||||
# These extensions are added when 'ca' signs a request.
|
||||
|
||||
# This goes against PKIX guidelines but some CAs do it and some software
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
# Here are some examples of the usage of nsCertType. If it is omitted
|
||||
# the certificate can be used for anything *except* object signing.
|
||||
|
||||
# This is OK for an SSL server.
|
||||
# nsCertType = server
|
||||
|
||||
# For an object signing certificate this would be used.
|
||||
# nsCertType = objsign
|
||||
|
||||
# For normal client use this is typical
|
||||
# nsCertType = client, email
|
||||
|
||||
# and for everything including object signing:
|
||||
# nsCertType = client, email, objsign
|
||||
|
||||
# This is typical in keyUsage for a client certificate.
|
||||
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
# This will be displayed in Netscape's comment listbox.
|
||||
nsComment = "OpenSSL Generated Certificate"
|
||||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
# subjectAltName=email:copy
|
||||
# An alternative to produce certificates that aren't
|
||||
# deprecated according to PKIX.
|
||||
# subjectAltName=email:move
|
||||
|
||||
# Copy subject details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
#nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
||||
#nsBaseUrl
|
||||
#nsRevocationUrl
|
||||
#nsRenewalUrl
|
||||
#nsCaPolicyUrl
|
||||
#nsSslServerName
|
||||
|
||||
# This is required for TSA certificates.
|
||||
# extendedKeyUsage = critical,timeStamping
|
||||
|
||||
[ v3_req ]
|
||||
|
||||
# Extensions to add to a certificate request
|
||||
|
||||
basicConstraints = CA:FALSE
|
||||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
[ v3_ca ]
|
||||
|
||||
|
||||
# Extensions for a typical CA
|
||||
|
||||
|
||||
# PKIX recommendation.
|
||||
|
||||
subjectKeyIdentifier=hash
|
||||
|
||||
authorityKeyIdentifier=keyid:always,issuer
|
||||
|
||||
basicConstraints = critical,CA:true
|
||||
|
||||
# Key usage: this is typical for a CA certificate. However since it will
|
||||
# prevent it being used as an test self-signed certificate it is best
|
||||
# left out by default.
|
||||
# keyUsage = cRLSign, keyCertSign
|
||||
|
||||
# Some might want this also
|
||||
# nsCertType = sslCA, emailCA
|
||||
|
||||
# Include email address in subject alt name: another PKIX recommendation
|
||||
# subjectAltName=email:copy
|
||||
# Copy issuer details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
# DER hex encoding of an extension: beware experts only!
|
||||
# obj=DER:02:03
|
||||
# Where 'obj' is a standard or added object
|
||||
# You can even override a supported extension:
|
||||
# basicConstraints= critical, DER:30:03:01:01:FF
|
||||
|
||||
[ crl_ext ]
|
||||
|
||||
# CRL extensions.
|
||||
# Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
||||
|
||||
# issuerAltName=issuer:copy
|
||||
authorityKeyIdentifier=keyid:always
|
||||
|
||||
[ proxy_cert_ext ]
|
||||
# These extensions should be added when creating a proxy certificate
|
||||
|
||||
# This goes against PKIX guidelines but some CAs do it and some software
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
# Here are some examples of the usage of nsCertType. If it is omitted
|
||||
# the certificate can be used for anything *except* object signing.
|
||||
|
||||
# This is OK for an SSL server.
|
||||
# nsCertType = server
|
||||
|
||||
# For an object signing certificate this would be used.
|
||||
# nsCertType = objsign
|
||||
|
||||
# For normal client use this is typical
|
||||
# nsCertType = client, email
|
||||
|
||||
# and for everything including object signing:
|
||||
# nsCertType = client, email, objsign
|
||||
|
||||
# This is typical in keyUsage for a client certificate.
|
||||
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
# This will be displayed in Netscape's comment listbox.
|
||||
nsComment = "OpenSSL Generated Certificate"
|
||||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
# subjectAltName=email:copy
|
||||
# An alternative to produce certificates that aren't
|
||||
# deprecated according to PKIX.
|
||||
# subjectAltName=email:move
|
||||
|
||||
# Copy subject details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
#nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
||||
#nsBaseUrl
|
||||
#nsRevocationUrl
|
||||
#nsRenewalUrl
|
||||
#nsCaPolicyUrl
|
||||
#nsSslServerName
|
||||
|
||||
# This really needs to be in place for it to be a proxy certificate.
|
||||
proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
|
||||
|
||||
####################################################################
|
||||
[ tsa ]
|
||||
|
||||
default_tsa = tsa_config1 # the default TSA section
|
||||
|
||||
[ tsa_config1 ]
|
||||
|
||||
# These are used by the TSA reply generation only.
|
||||
dir = /etc/pki/CA # TSA root directory
|
||||
serial = $dir/tsaserial # The current serial number (mandatory)
|
||||
crypto_device = builtin # OpenSSL engine to use for signing
|
||||
signer_cert = $dir/tsacert.pem # The TSA signing certificate
|
||||
# (optional)
|
||||
certs = $dir/cacert.pem # Certificate chain to include in reply
|
||||
# (optional)
|
||||
signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
|
||||
signer_digest = sha256 # Signing digest to use. (Optional)
|
||||
default_policy = tsa_policy1 # Policy if request did not specify it
|
||||
# (optional)
|
||||
other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
|
||||
digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory)
|
||||
accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
||||
clock_precision_digits = 0 # number of digits after dot. (optional)
|
||||
ordering = yes # Is ordering defined for timestamps?
|
||||
# (optional, default: no)
|
||||
tsa_name = yes # Must the TSA name be included in the reply?
|
||||
# (optional, default: no)
|
||||
ess_cert_id_chain = no # Must the ESS cert id chain be included?
|
||||
# (optional, default: no)
|
||||
ess_cert_id_alg = sha256 # algorithm to compute certificate
|
||||
# identifier (optional, default: sha1)
|
||||
352
Agent-Windows/OGP64/etc/defaults/etc/pki/tls/openssl10.cnf
Normal file
352
Agent-Windows/OGP64/etc/defaults/etc/pki/tls/openssl10.cnf
Normal file
|
|
@ -0,0 +1,352 @@
|
|||
#
|
||||
# OpenSSL example configuration file.
|
||||
# This is mostly being used for generation of certificate requests.
|
||||
#
|
||||
|
||||
# This definition stops the following lines choking if HOME isn't
|
||||
# defined.
|
||||
HOME = .
|
||||
RANDFILE = $ENV::HOME/.rnd
|
||||
|
||||
# Extra OBJECT IDENTIFIER info:
|
||||
#oid_file = $ENV::HOME/.oid
|
||||
oid_section = new_oids
|
||||
|
||||
# To use this configuration file with the "-extfile" option of the
|
||||
# "openssl x509" utility, name here the section containing the
|
||||
# X.509v3 extensions to use:
|
||||
# extensions =
|
||||
# (Alternatively, use a configuration file that has only
|
||||
# X.509v3 extensions in its main [= default] section.)
|
||||
|
||||
[ new_oids ]
|
||||
|
||||
# We can add new OIDs in here for use by 'ca', 'req' and 'ts'.
|
||||
# Add a simple OID like this:
|
||||
# testoid1=1.2.3.4
|
||||
# Or use config file substitution like this:
|
||||
# testoid2=${testoid1}.5.6
|
||||
|
||||
# Policies used by the TSA examples.
|
||||
tsa_policy1 = 1.2.3.4.1
|
||||
tsa_policy2 = 1.2.3.4.5.6
|
||||
tsa_policy3 = 1.2.3.4.5.7
|
||||
|
||||
####################################################################
|
||||
[ ca ]
|
||||
default_ca = CA_default # The default ca section
|
||||
|
||||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
dir = /etc/pki/CA # Where everything is kept
|
||||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
#unique_subject = no # Set to 'no' to allow creation of
|
||||
# several ctificates with same subject.
|
||||
new_certs_dir = $dir/newcerts # default place for new certs.
|
||||
|
||||
certificate = $dir/cacert.pem # The CA certificate
|
||||
serial = $dir/serial # The current serial number
|
||||
crlnumber = $dir/crlnumber # the current crl number
|
||||
# must be commented out to leave a V1 CRL
|
||||
crl = $dir/crl.pem # The current CRL
|
||||
private_key = $dir/private/cakey.pem# The private key
|
||||
RANDFILE = $dir/private/.rand # private random number file
|
||||
|
||||
x509_extensions = usr_cert # The extentions to add to the cert
|
||||
|
||||
# Comment out the following two lines for the "traditional"
|
||||
# (and highly broken) format.
|
||||
name_opt = ca_default # Subject Name options
|
||||
cert_opt = ca_default # Certificate field options
|
||||
|
||||
# Extension copying option: use with caution.
|
||||
# copy_extensions = copy
|
||||
|
||||
# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
|
||||
# so this is commented out by default to leave a V1 CRL.
|
||||
# crlnumber must also be commented out to leave a V1 CRL.
|
||||
# crl_extensions = crl_ext
|
||||
|
||||
default_days = 365 # how long to certify for
|
||||
default_crl_days= 30 # how long before next CRL
|
||||
default_md = sha256 # use SHA-256 by default
|
||||
preserve = no # keep passed DN ordering
|
||||
|
||||
# A few difference way of specifying how similar the request should look
|
||||
# For type CA, the listed attributes must be the same, and the optional
|
||||
# and supplied fields are just that :-)
|
||||
policy = policy_match
|
||||
|
||||
# For the CA policy
|
||||
[ policy_match ]
|
||||
countryName = match
|
||||
stateOrProvinceName = match
|
||||
organizationName = match
|
||||
organizationalUnitName = optional
|
||||
commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
# For the 'anything' policy
|
||||
# At this point in time, you must list all acceptable 'object'
|
||||
# types.
|
||||
[ policy_anything ]
|
||||
countryName = optional
|
||||
stateOrProvinceName = optional
|
||||
localityName = optional
|
||||
organizationName = optional
|
||||
organizationalUnitName = optional
|
||||
commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
####################################################################
|
||||
[ req ]
|
||||
default_bits = 2048
|
||||
default_md = sha256
|
||||
default_keyfile = privkey.pem
|
||||
distinguished_name = req_distinguished_name
|
||||
attributes = req_attributes
|
||||
x509_extensions = v3_ca # The extentions to add to the self signed cert
|
||||
|
||||
# Passwords for private keys if not present they will be prompted for
|
||||
# input_password = secret
|
||||
# output_password = secret
|
||||
|
||||
# This sets a mask for permitted string types. There are several options.
|
||||
# default: PrintableString, T61String, BMPString.
|
||||
# pkix : PrintableString, BMPString (PKIX recommendation before 2004)
|
||||
# utf8only: only UTF8Strings (PKIX recommendation after 2004).
|
||||
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
||||
# MASK:XXXX a literal mask value.
|
||||
# WARNING: ancient versions of Netscape crash on BMPStrings or UTF8Strings.
|
||||
string_mask = utf8only
|
||||
|
||||
# req_extensions = v3_req # The extensions to add to a certificate request
|
||||
|
||||
[ req_distinguished_name ]
|
||||
countryName = Country Name (2 letter code)
|
||||
countryName_default = XX
|
||||
countryName_min = 2
|
||||
countryName_max = 2
|
||||
|
||||
stateOrProvinceName = State or Province Name (full name)
|
||||
#stateOrProvinceName_default = Default Province
|
||||
|
||||
localityName = Locality Name (eg, city)
|
||||
localityName_default = Default City
|
||||
|
||||
0.organizationName = Organization Name (eg, company)
|
||||
0.organizationName_default = Default Company Ltd
|
||||
|
||||
# we can do this but it is not needed normally :-)
|
||||
#1.organizationName = Second Organization Name (eg, company)
|
||||
#1.organizationName_default = World Wide Web Pty Ltd
|
||||
|
||||
organizationalUnitName = Organizational Unit Name (eg, section)
|
||||
#organizationalUnitName_default =
|
||||
|
||||
commonName = Common Name (eg, your name or your server\'s hostname)
|
||||
commonName_max = 64
|
||||
|
||||
emailAddress = Email Address
|
||||
emailAddress_max = 64
|
||||
|
||||
# SET-ex3 = SET extension number 3
|
||||
|
||||
[ req_attributes ]
|
||||
challengePassword = A challenge password
|
||||
challengePassword_min = 4
|
||||
challengePassword_max = 20
|
||||
|
||||
unstructuredName = An optional company name
|
||||
|
||||
[ usr_cert ]
|
||||
|
||||
# These extensions are added when 'ca' signs a request.
|
||||
|
||||
# This goes against PKIX guidelines but some CAs do it and some software
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
# Here are some examples of the usage of nsCertType. If it is omitted
|
||||
# the certificate can be used for anything *except* object signing.
|
||||
|
||||
# This is OK for an SSL server.
|
||||
# nsCertType = server
|
||||
|
||||
# For an object signing certificate this would be used.
|
||||
# nsCertType = objsign
|
||||
|
||||
# For normal client use this is typical
|
||||
# nsCertType = client, email
|
||||
|
||||
# and for everything including object signing:
|
||||
# nsCertType = client, email, objsign
|
||||
|
||||
# This is typical in keyUsage for a client certificate.
|
||||
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
# This will be displayed in Netscape's comment listbox.
|
||||
nsComment = "OpenSSL Generated Certificate"
|
||||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
# subjectAltName=email:copy
|
||||
# An alternative to produce certificates that aren't
|
||||
# deprecated according to PKIX.
|
||||
# subjectAltName=email:move
|
||||
|
||||
# Copy subject details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
#nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
||||
#nsBaseUrl
|
||||
#nsRevocationUrl
|
||||
#nsRenewalUrl
|
||||
#nsCaPolicyUrl
|
||||
#nsSslServerName
|
||||
|
||||
# This is required for TSA certificates.
|
||||
# extendedKeyUsage = critical,timeStamping
|
||||
|
||||
[ v3_req ]
|
||||
|
||||
# Extensions to add to a certificate request
|
||||
|
||||
basicConstraints = CA:FALSE
|
||||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
[ v3_ca ]
|
||||
|
||||
|
||||
# Extensions for a typical CA
|
||||
|
||||
|
||||
# PKIX recommendation.
|
||||
|
||||
subjectKeyIdentifier=hash
|
||||
|
||||
authorityKeyIdentifier=keyid:always,issuer
|
||||
|
||||
# This is what PKIX recommends but some broken software chokes on critical
|
||||
# extensions.
|
||||
#basicConstraints = critical,CA:true
|
||||
# So we do this instead.
|
||||
basicConstraints = CA:true
|
||||
|
||||
# Key usage: this is typical for a CA certificate. However since it will
|
||||
# prevent it being used as an test self-signed certificate it is best
|
||||
# left out by default.
|
||||
# keyUsage = cRLSign, keyCertSign
|
||||
|
||||
# Some might want this also
|
||||
# nsCertType = sslCA, emailCA
|
||||
|
||||
# Include email address in subject alt name: another PKIX recommendation
|
||||
# subjectAltName=email:copy
|
||||
# Copy issuer details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
# DER hex encoding of an extension: beware experts only!
|
||||
# obj=DER:02:03
|
||||
# Where 'obj' is a standard or added object
|
||||
# You can even override a supported extension:
|
||||
# basicConstraints= critical, DER:30:03:01:01:FF
|
||||
|
||||
[ crl_ext ]
|
||||
|
||||
# CRL extensions.
|
||||
# Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
||||
|
||||
# issuerAltName=issuer:copy
|
||||
authorityKeyIdentifier=keyid:always
|
||||
|
||||
[ proxy_cert_ext ]
|
||||
# These extensions should be added when creating a proxy certificate
|
||||
|
||||
# This goes against PKIX guidelines but some CAs do it and some software
|
||||
# requires this to avoid interpreting an end user certificate as a CA.
|
||||
|
||||
basicConstraints=CA:FALSE
|
||||
|
||||
# Here are some examples of the usage of nsCertType. If it is omitted
|
||||
# the certificate can be used for anything *except* object signing.
|
||||
|
||||
# This is OK for an SSL server.
|
||||
# nsCertType = server
|
||||
|
||||
# For an object signing certificate this would be used.
|
||||
# nsCertType = objsign
|
||||
|
||||
# For normal client use this is typical
|
||||
# nsCertType = client, email
|
||||
|
||||
# and for everything including object signing:
|
||||
# nsCertType = client, email, objsign
|
||||
|
||||
# This is typical in keyUsage for a client certificate.
|
||||
# keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
|
||||
# This will be displayed in Netscape's comment listbox.
|
||||
nsComment = "OpenSSL Generated Certificate"
|
||||
|
||||
# PKIX recommendations harmless if included in all certificates.
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid,issuer
|
||||
|
||||
# This stuff is for subjectAltName and issuerAltname.
|
||||
# Import the email address.
|
||||
# subjectAltName=email:copy
|
||||
# An alternative to produce certificates that aren't
|
||||
# deprecated according to PKIX.
|
||||
# subjectAltName=email:move
|
||||
|
||||
# Copy subject details
|
||||
# issuerAltName=issuer:copy
|
||||
|
||||
#nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
|
||||
#nsBaseUrl
|
||||
#nsRevocationUrl
|
||||
#nsRenewalUrl
|
||||
#nsCaPolicyUrl
|
||||
#nsSslServerName
|
||||
|
||||
# This really needs to be in place for it to be a proxy certificate.
|
||||
proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
|
||||
|
||||
####################################################################
|
||||
[ tsa ]
|
||||
|
||||
default_tsa = tsa_config1 # the default TSA section
|
||||
|
||||
[ tsa_config1 ]
|
||||
|
||||
# These are used by the TSA reply generation only.
|
||||
dir = ./demoCA # TSA root directory
|
||||
serial = $dir/tsaserial # The current serial number (mandatory)
|
||||
crypto_device = builtin # OpenSSL engine to use for signing
|
||||
signer_cert = $dir/tsacert.pem # The TSA signing certificate
|
||||
# (optional)
|
||||
certs = $dir/cacert.pem # Certificate chain to include in reply
|
||||
# (optional)
|
||||
signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
|
||||
|
||||
default_policy = tsa_policy1 # Policy if request did not specify it
|
||||
# (optional)
|
||||
other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional)
|
||||
digests = sha1, sha256, sha384, sha512 # Acceptable message digests (mandatory)
|
||||
accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
||||
clock_precision_digits = 0 # number of digits after dot. (optional)
|
||||
ordering = yes # Is ordering defined for timestamps?
|
||||
# (optional, default: no)
|
||||
tsa_name = yes # Must the TSA name be included in the reply?
|
||||
# (optional, default: no)
|
||||
ess_cert_id_chain = no # Must the ESS cert id chain be included?
|
||||
# (optional, default: no)
|
||||
163
Agent-Windows/OGP64/etc/defaults/etc/profile
Normal file
163
Agent-Windows/OGP64/etc/defaults/etc/profile
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
# -*- mode:sh sh-shell:sh -*-
|
||||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/profile: executed by the command interpreter for login shells.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/profile
|
||||
|
||||
# Modifying /etc/profile directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide profile file
|
||||
|
||||
# Some resources...
|
||||
# Customizing Your Shell: http://www.dsl.org/cookbook/cookbook_5.html#SEC69
|
||||
# Consistent BackSpace and Delete Configuration:
|
||||
# http://www.ibb.net/~anne/keyboard.html
|
||||
# The Linux Documentation Project: http://www.tldp.org/
|
||||
# The Linux Cookbook: http://www.tldp.org/LDP/linuxcookbook/html/
|
||||
# Greg's Wiki http://mywiki.wooledge.org/
|
||||
|
||||
if [ -z "${PROFILEREAD+true}" ] ; then
|
||||
|
||||
# Setup some default paths. Note that this order will allow user installed
|
||||
# software to override 'system' software.
|
||||
# Modifying these default path settings can be done in different ways.
|
||||
# To learn more about startup files, refer to your shell's man page.
|
||||
|
||||
: ${ORIGINAL_PATH=${PATH}}
|
||||
# setting CYGWIN_USEWINPATH non-empty in the system variables
|
||||
# assumes that you've already set up PATH so that Cygwin works
|
||||
# correctly -- no further alteration is done
|
||||
if [ ${CYGWIN_USEWINPATH-pathprepend} = "pathprepend" ] ; then
|
||||
# setting CYGWIN_NOWINPATH non-empty in the system variables
|
||||
# prevents use of the existing PATH and a clean PATH just for
|
||||
# Cygwin is set up -- you need to add any extra path components
|
||||
# you need in your personal startup files
|
||||
if [ ${CYGWIN_NOWINPATH-addwinpath} = "addwinpath" ] ; then
|
||||
PATH="/usr/local/bin:/usr/bin${PATH:+:${PATH}}"
|
||||
else
|
||||
PATH="/usr/local/bin:/usr/bin"
|
||||
fi
|
||||
fi
|
||||
|
||||
# see https://cygwin.com/ml/cygwin/2014-05/msg00352.html
|
||||
# MANPATH="/usr/local/man:/usr/share/man:/usr/man${MANPATH:+:${MANPATH}}"
|
||||
INFOPATH="/usr/local/info:/usr/share/info:/usr/info${INFOPATH:+:${INFOPATH}}"
|
||||
|
||||
# Set the user id
|
||||
USER="$(/usr/bin/id -un)"
|
||||
|
||||
# TMP and TEMP as defined in the Windows environment
|
||||
# can have unexpected consequences for cygwin apps, so we define
|
||||
# our own to match GNU/Linux behaviour.
|
||||
unset TMP TEMP
|
||||
TMP="/tmp"
|
||||
TEMP="/tmp"
|
||||
|
||||
# Define default printer
|
||||
p='/proc/registry/HKEY_CURRENT_USER/Software/Microsoft/Windows NT/CurrentVersion/Windows/Device'
|
||||
if [ -e "${p}" ] ; then
|
||||
read -r PRINTER < "${p}"
|
||||
PRINTER=${PRINTER%%,*}
|
||||
fi
|
||||
unset p
|
||||
|
||||
# Default to removing the write permission for group and other
|
||||
# (files normally created with mode 777 become 755; files created with
|
||||
# mode 666 become 644)
|
||||
umask 022
|
||||
|
||||
# Here is how HOME is set, in order of priority, when starting from Windows
|
||||
# 1) From existing HOME in the Windows environment, translated to a Posix path
|
||||
# 2) from /etc/passwd, if there is an entry with a non empty directory field
|
||||
# 3) from HOMEDRIVE/HOMEPATH
|
||||
# 4) / (root)
|
||||
# If the home directory doesn't exist, create it.
|
||||
if [ ! -d "${HOME}" ]; then
|
||||
if mkdir -p "${HOME}"; then
|
||||
echo "Copying skeleton files."
|
||||
echo "These files are for the users to personalise their cygwin experience."
|
||||
echo
|
||||
echo "They will never be overwritten nor automatically updated."
|
||||
echo
|
||||
if ! cd /etc/skel; then
|
||||
echo "WARNING: Failed attempt to cd into /etc/skel!"
|
||||
else
|
||||
/usr/bin/find . -type f |
|
||||
while read f; do
|
||||
fDest=${f#.}
|
||||
if [ ! -e "${HOME}${fDest}" -a ! -L "${HOME}${fDest}" ]; then
|
||||
/usr/bin/install -D -p -v "${f}" "${HOME}/${fDest}"
|
||||
fi
|
||||
done
|
||||
unset fDest
|
||||
fi
|
||||
else
|
||||
echo "${HOME} could not be created."
|
||||
{ [ -d "${TEMP}" ] && HOME="${TEMP}"; } ||
|
||||
{ [ -d "${TMP}" ] && HOME="${TMP}"; } ||
|
||||
{ [ -d /tmp ] && HOME=/tmp; } ||
|
||||
HOME=/
|
||||
echo "Setting HOME to ${HOME}."
|
||||
fi
|
||||
fi
|
||||
|
||||
readonly PROFILEREAD=true
|
||||
fi
|
||||
|
||||
# Make sure we start in home unless invoked by CHERE
|
||||
if [ ! -z "${CHERE_INVOKING}" ]; then
|
||||
unset CHERE_INVOKING
|
||||
else
|
||||
cd "${HOME}" || echo "WARNING: Failed attempt to cd into ${HOME}!"
|
||||
fi
|
||||
|
||||
# Shell dependent settings
|
||||
profile_d ()
|
||||
{
|
||||
_LC_ALL_SET_="${LC_ALL+set}"
|
||||
_LC_SAVE_="${LC_ALL-null}"
|
||||
LC_ALL=C
|
||||
if [ "${_LC_SAVE_}" = "null" ]; then
|
||||
for file in /etc/profile.d/*.$1; do
|
||||
[ -e "${file}" ] && . "${file}"
|
||||
done
|
||||
unset LC_ALL
|
||||
else
|
||||
for file in /etc/profile.d/*.$1; do
|
||||
[ -e "${file}" ] && LC_ALL="${_LC_SAVE_}" . "${file}"
|
||||
done
|
||||
LC_ALL="${_LC_SAVE_}"
|
||||
fi
|
||||
unset file
|
||||
unset _LC_ALL_SET_
|
||||
unset _LC_SAVE_
|
||||
}
|
||||
|
||||
HOSTNAME="$(/usr/bin/hostname)"
|
||||
profile_d sh
|
||||
if [ ! "x${BASH_VERSION}" = "x" ]; then
|
||||
[ -f "/etc/bash.bashrc" ] && . "/etc/bash.bashrc"
|
||||
elif [ ! "x${KSH_VERSION}" = "x" ]; then
|
||||
typeset -l HOSTNAME
|
||||
[ "${PS1-null}" = "null" ] || PS1=$(print '\033]0;${PWD}\n\033[32m${USER}@${HOSTNAME} \033[33m${PWD/${HOME}/~}\033[0m\n$ ')
|
||||
elif [ ! "x${ZSH_VERSION}" = "x" ]; then
|
||||
# zsh is in shell compatibility mode here, so we probably shouldn't do this
|
||||
profile_d zsh
|
||||
elif [ ! "x${POSH_VERSION}" = "x" ]; then
|
||||
: # [ "${PS1-null}" = "null" ] || PS1="$ "
|
||||
else
|
||||
: # [ "${PS1-null}" = "null" ] || PS1="$ "
|
||||
fi
|
||||
|
||||
# export PROFILEREAD PATH ORIGINAL_PATH MANPATH INFOPATH USER TMP TEMP PRINTER HOSTNAME PS1 SHELL tmp temp
|
||||
export PROFILEREAD PATH ORIGINAL_PATH INFOPATH USER TMP TEMP PRINTER HOSTNAME PS1 SHELL
|
||||
21
Agent-Windows/OGP64/etc/defaults/etc/profile.d/lang.csh
Normal file
21
Agent-Windows/OGP64/etc/defaults/etc/profile.d/lang.csh
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/profile.d/lang.csh: sourced by /etc/profile.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/profile.d/lang.csh
|
||||
|
||||
# Modifying /etc/profile.d/lang.csh directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide lang.csh file
|
||||
|
||||
# if no locale variable is set, indicate terminal charset via LANG
|
||||
if ( $?LC_ALL == 0 && $?LC_CTYPE == 0 && $?LANG == 0 ) setenv LANG `/usr/bin/locale -uU`
|
||||
21
Agent-Windows/OGP64/etc/defaults/etc/profile.d/lang.sh
Normal file
21
Agent-Windows/OGP64/etc/defaults/etc/profile.d/lang.sh
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/profile.d/lang.sh: sourced by /etc/profile.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/profile.d/lang.sh
|
||||
|
||||
# Modifying /etc/profile.d/lang.sh directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide lang.sh file
|
||||
|
||||
# if no locale variable is set, indicate terminal charset via LANG
|
||||
test -z "${_LC_ALL_SET_:-${LC_CTYPE:-$LANG}}" && export LANG=$(/usr/bin/locale -uU)
|
||||
24
Agent-Windows/OGP64/etc/defaults/etc/profile.d/tzset.csh
Normal file
24
Agent-Windows/OGP64/etc/defaults/etc/profile.d/tzset.csh
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/profile.d/tzset.csh: sourced by /etc/profile.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/profile.d/tzset.csh
|
||||
|
||||
# Modifying /etc/profile.d/tzset.csh directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide tzset.csh file
|
||||
|
||||
#Uses the geographical location setting of the user to find the right
|
||||
#mapping, rather than the locale setting. Only on Windows 2000 which
|
||||
#doesn't know about the user's geographical location, or if fetching
|
||||
#the geographical location fails, it falls back to the user's locale.
|
||||
if ( $?TZ == 0 ) setenv TZ `/usr/bin/tzset`
|
||||
24
Agent-Windows/OGP64/etc/defaults/etc/profile.d/tzset.sh
Normal file
24
Agent-Windows/OGP64/etc/defaults/etc/profile.d/tzset.sh
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# /etc/profile.d/tzset.sh: sourced by /etc/profile.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/profile.d/tzset.sh
|
||||
|
||||
# Modifying /etc/profile.d/tzset.sh directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# System-wide tzset.sh file
|
||||
|
||||
#Uses the geographical location setting of the user to find the right
|
||||
#mapping, rather than the locale setting. Only on Windows 2000 which
|
||||
#doesn't know about the user's geographical location, or if fetching
|
||||
#the geographical location fails, it falls back to the user's locale.
|
||||
test -z "$TZ" && export TZ=$(/usr/bin/tzset)
|
||||
96
Agent-Windows/OGP64/etc/defaults/etc/screenrc
Normal file
96
Agent-Windows/OGP64/etc/defaults/etc/screenrc
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
|
||||
#startup_message off
|
||||
|
||||
#defflow on # will force screen to process ^S/^Q
|
||||
defflow off # leave it off, so we can use ^S to save in *emacs
|
||||
|
||||
#deflogin on
|
||||
#autodetach off
|
||||
|
||||
#vbell on
|
||||
#vbell_msg " Wuff ---- Wuff!! "
|
||||
|
||||
# all termcap entries are now duplicated as terminfo entries.
|
||||
# only difference should be the slightly modified syntax, and check for
|
||||
# terminfo entries, that are already corected in the database.
|
||||
#
|
||||
# G0 we have a SEMI-GRAPHICS-CHARACTER-MODE
|
||||
# WS this sequence resizes our window.
|
||||
# cs this sequence changes the scrollregion
|
||||
# hs@ we have no hardware statusline. screen will only believe that
|
||||
# there is a hardware status line if hs,ts,fs,ds are all set.
|
||||
# ts to statusline
|
||||
# fs from statusline
|
||||
# ds delete statusline
|
||||
# al add one line
|
||||
# AL add multiple lines
|
||||
# dl delete one line
|
||||
# DL delete multiple lines
|
||||
# ic insert one char (space)
|
||||
# IC insert multiple chars
|
||||
# nx terminal uses xon/xoff
|
||||
|
||||
termcap facit|vt100|xterm LP:G0
|
||||
terminfo facit|vt100|xterm LP:G0
|
||||
|
||||
#the vt100 description does not mention "dl". *sigh*
|
||||
termcap vt100 dl=5\E[M
|
||||
terminfo vt100 dl=5\E[M
|
||||
|
||||
#facit's "al" / "dl" are buggy if the current / last line
|
||||
#contain attributes...
|
||||
termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
|
||||
terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
|
||||
|
||||
#make sun termcap/info better
|
||||
termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt'
|
||||
terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>'
|
||||
|
||||
#xterm understands both im/ic and doesn't have a status line.
|
||||
#Note: Do not specify im and ic in the real termcap/info file as
|
||||
#some programs (e.g. vi) will (no,no, may (jw)) not work anymore.
|
||||
termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
|
||||
terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
|
||||
|
||||
# Long time I had this in my private screenrc file. But many people
|
||||
# seem to want it (jw):
|
||||
# we do not want the width to change to 80 characters on startup:
|
||||
# on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
|
||||
termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
|
||||
terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
|
||||
|
||||
# Set the hardstatus prop on gui terms to set the titlebar/icon title
|
||||
termcapinfo xterm*|rxvt*|kterm*|Eterm*|cygwin hs:ts=\E]0;:fs=\007:ds=\E]0;\007
|
||||
|
||||
#
|
||||
# Do not use xterms alternate window buffer.
|
||||
# This one would not add lines to the scrollback buffer.
|
||||
termcap xterm|xterms|xs ti=\E7\E[?47l
|
||||
terminfo xterm|xterms|xs ti=\E7\E[?47l
|
||||
|
||||
#make hp700 termcap/info better
|
||||
termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
|
||||
terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
|
||||
|
||||
#wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff")
|
||||
#(nowadays: nx = padding doesn't work, have to use xon/off)
|
||||
#essential to have it here, as this is a slow terminal.
|
||||
termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
|
||||
terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
|
||||
|
||||
# Enable true (24-bit) color
|
||||
truecolor on
|
||||
|
||||
# Remove some unwanted key bindings
|
||||
bind ^k
|
||||
#bind L
|
||||
bind ^\
|
||||
|
||||
# Adjust key bindings
|
||||
bind \\ quit --confirm
|
||||
bind k kill --confirm
|
||||
bind K kill
|
||||
bind I login on
|
||||
bind O login off
|
||||
bind } history
|
||||
|
||||
18
Agent-Windows/OGP64/etc/defaults/etc/shells
Normal file
18
Agent-Windows/OGP64/etc/defaults/etc/shells
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/bin/sh
|
||||
/bin/ash
|
||||
/bin/bash
|
||||
/bin/dash
|
||||
/bin/mksh
|
||||
/bin/pdksh
|
||||
/bin/posh
|
||||
/bin/tcsh
|
||||
/bin/zsh
|
||||
/usr/bin/sh
|
||||
/usr/bin/ash
|
||||
/usr/bin/bash
|
||||
/usr/bin/dash
|
||||
/usr/bin/mksh
|
||||
/usr/bin/pdksh
|
||||
/usr/bin/posh
|
||||
/usr/bin/tcsh
|
||||
/usr/bin/zsh
|
||||
44
Agent-Windows/OGP64/etc/defaults/etc/skel/.bash_profile
Normal file
44
Agent-Windows/OGP64/etc/defaults/etc/skel/.bash_profile
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# ~/.bash_profile: executed by bash(1) for login shells.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/skel/.bash_profile
|
||||
|
||||
# Modifying /etc/skel/.bash_profile directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# The copy in your home directory (~/.bash_profile) is yours, please
|
||||
# feel free to customise it to create a shell
|
||||
# environment to your liking. If you feel a change
|
||||
# would be benifitial to all, please feel free to send
|
||||
# a patch to the cygwin mailing list.
|
||||
|
||||
# User dependent .bash_profile file
|
||||
|
||||
# source the users bashrc if it exists
|
||||
if [ -f "${HOME}/.bashrc" ] ; then
|
||||
source "${HOME}/.bashrc"
|
||||
fi
|
||||
|
||||
# Set PATH so it includes user's private bin if it exists
|
||||
# if [ -d "${HOME}/bin" ] ; then
|
||||
# PATH="${HOME}/bin:${PATH}"
|
||||
# fi
|
||||
|
||||
# Set MANPATH so it includes users' private man if it exists
|
||||
# if [ -d "${HOME}/man" ]; then
|
||||
# MANPATH="${HOME}/man:${MANPATH}"
|
||||
# fi
|
||||
|
||||
# Set INFOPATH so it includes users' private info if it exists
|
||||
# if [ -d "${HOME}/info" ]; then
|
||||
# INFOPATH="${HOME}/info:${INFOPATH}"
|
||||
# fi
|
||||
186
Agent-Windows/OGP64/etc/defaults/etc/skel/.bashrc
Normal file
186
Agent-Windows/OGP64/etc/defaults/etc/skel/.bashrc
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# ~/.bashrc: executed by bash(1) for interactive shells.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/skel/.bashrc
|
||||
|
||||
# Modifying /etc/skel/.bashrc directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# The copy in your home directory (~/.bashrc) is yours, please
|
||||
# feel free to customise it to create a shell
|
||||
# environment to your liking. If you feel a change
|
||||
# would be benifitial to all, please feel free to send
|
||||
# a patch to the cygwin mailing list.
|
||||
|
||||
# User dependent .bashrc file
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ "$-" != *i* ]] && return
|
||||
|
||||
# Shell Options
|
||||
#
|
||||
# See man bash for more options...
|
||||
#
|
||||
# Don't wait for job termination notification
|
||||
# set -o notify
|
||||
#
|
||||
# Don't use ^D to exit
|
||||
# set -o ignoreeof
|
||||
#
|
||||
# Use case-insensitive filename globbing
|
||||
# shopt -s nocaseglob
|
||||
#
|
||||
# Make bash append rather than overwrite the history on disk
|
||||
# shopt -s histappend
|
||||
#
|
||||
# When changing directory small typos can be ignored by bash
|
||||
# for example, cd /vr/lgo/apaache would find /var/log/apache
|
||||
# shopt -s cdspell
|
||||
|
||||
# Programmable completion enhancements are enabled via
|
||||
# /etc/profile.d/bash_completion.sh when the package bash_completetion
|
||||
# is installed. Any completions you add in ~/.bash_completion are
|
||||
# sourced last.
|
||||
|
||||
# History Options
|
||||
#
|
||||
# Don't put duplicate lines in the history.
|
||||
# export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
|
||||
#
|
||||
# Ignore some controlling instructions
|
||||
# HISTIGNORE is a colon-delimited list of patterns which should be excluded.
|
||||
# The '&' is a special pattern which suppresses duplicate entries.
|
||||
# export HISTIGNORE=$'[ \t]*:&:[fb]g:exit'
|
||||
# export HISTIGNORE=$'[ \t]*:&:[fb]g:exit:ls' # Ignore the ls command as well
|
||||
#
|
||||
# Whenever displaying the prompt, write the previous line to disk
|
||||
# export PROMPT_COMMAND="history -a"
|
||||
|
||||
# Aliases
|
||||
#
|
||||
# Some people use a different file for aliases
|
||||
# if [ -f "${HOME}/.bash_aliases" ]; then
|
||||
# source "${HOME}/.bash_aliases"
|
||||
# fi
|
||||
#
|
||||
# Some example alias instructions
|
||||
# If these are enabled they will be used instead of any instructions
|
||||
# they may mask. For example, alias rm='rm -i' will mask the rm
|
||||
# application. To override the alias instruction use a \ before, ie
|
||||
# \rm will call the real rm not the alias.
|
||||
#
|
||||
# Interactive operation...
|
||||
# alias rm='rm -i'
|
||||
# alias cp='cp -i'
|
||||
# alias mv='mv -i'
|
||||
#
|
||||
# Default to human readable figures
|
||||
# alias df='df -h'
|
||||
# alias du='du -h'
|
||||
#
|
||||
# Misc :)
|
||||
# alias less='less -r' # raw control characters
|
||||
# alias whence='type -a' # where, of a sort
|
||||
# alias grep='grep --color' # show differences in colour
|
||||
# alias egrep='egrep --color=auto' # show differences in colour
|
||||
# alias fgrep='fgrep --color=auto' # show differences in colour
|
||||
#
|
||||
# Some shortcuts for different directory listings
|
||||
# alias ls='ls -hF --color=tty' # classify files in colour
|
||||
# alias dir='ls --color=auto --format=vertical'
|
||||
# alias vdir='ls --color=auto --format=long'
|
||||
# alias ll='ls -l' # long list
|
||||
# alias la='ls -A' # all but . and ..
|
||||
# alias l='ls -CF' #
|
||||
|
||||
# Umask
|
||||
#
|
||||
# /etc/profile sets 022, removing write perms to group + others.
|
||||
# Set a more restrictive umask: i.e. no exec perms for others:
|
||||
# umask 027
|
||||
# Paranoid: neither group nor others have any perms:
|
||||
# umask 077
|
||||
|
||||
# Functions
|
||||
#
|
||||
# Some people use a different file for functions
|
||||
# if [ -f "${HOME}/.bash_functions" ]; then
|
||||
# source "${HOME}/.bash_functions"
|
||||
# fi
|
||||
#
|
||||
# Some example functions:
|
||||
#
|
||||
# a) function settitle
|
||||
# settitle ()
|
||||
# {
|
||||
# echo -ne "\e]2;$@\a\e]1;$@\a";
|
||||
# }
|
||||
#
|
||||
# b) function cd_func
|
||||
# This function defines a 'cd' replacement function capable of keeping,
|
||||
# displaying and accessing history of visited directories, up to 10 entries.
|
||||
# To use it, uncomment it, source this file and try 'cd --'.
|
||||
# acd_func 1.0.5, 10-nov-2004
|
||||
# Petar Marinov, http:/geocities.com/h2428, this is public domain
|
||||
# cd_func ()
|
||||
# {
|
||||
# local x2 the_new_dir adir index
|
||||
# local -i cnt
|
||||
#
|
||||
# if [[ $1 == "--" ]]; then
|
||||
# dirs -v
|
||||
# return 0
|
||||
# fi
|
||||
#
|
||||
# the_new_dir=$1
|
||||
# [[ -z $1 ]] && the_new_dir=$HOME
|
||||
#
|
||||
# if [[ ${the_new_dir:0:1} == '-' ]]; then
|
||||
# #
|
||||
# # Extract dir N from dirs
|
||||
# index=${the_new_dir:1}
|
||||
# [[ -z $index ]] && index=1
|
||||
# adir=$(dirs +$index)
|
||||
# [[ -z $adir ]] && return 1
|
||||
# the_new_dir=$adir
|
||||
# fi
|
||||
#
|
||||
# #
|
||||
# # '~' has to be substituted by ${HOME}
|
||||
# [[ ${the_new_dir:0:1} == '~' ]] && the_new_dir="${HOME}${the_new_dir:1}"
|
||||
#
|
||||
# #
|
||||
# # Now change to the new dir and add to the top of the stack
|
||||
# pushd "${the_new_dir}" > /dev/null
|
||||
# [[ $? -ne 0 ]] && return 1
|
||||
# the_new_dir=$(pwd)
|
||||
#
|
||||
# #
|
||||
# # Trim down everything beyond 11th entry
|
||||
# popd -n +11 2>/dev/null 1>/dev/null
|
||||
#
|
||||
# #
|
||||
# # Remove any other occurence of this dir, skipping the top of the stack
|
||||
# for ((cnt=1; cnt <= 10; cnt++)); do
|
||||
# x2=$(dirs +${cnt} 2>/dev/null)
|
||||
# [[ $? -ne 0 ]] && return 0
|
||||
# [[ ${x2:0:1} == '~' ]] && x2="${HOME}${x2:1}"
|
||||
# if [[ "${x2}" == "${the_new_dir}" ]]; then
|
||||
# popd -n +$cnt 2>/dev/null 1>/dev/null
|
||||
# cnt=cnt-1
|
||||
# fi
|
||||
# done
|
||||
#
|
||||
# return 0
|
||||
# }
|
||||
#
|
||||
# alias cd=cd_func
|
||||
74
Agent-Windows/OGP64/etc/defaults/etc/skel/.inputrc
Normal file
74
Agent-Windows/OGP64/etc/defaults/etc/skel/.inputrc
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# ~/.inputrc: readline initialization file.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/skel/.inputrc
|
||||
|
||||
# Modifying /etc/skel/.inputrc directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# The copy in your home directory (~/.inputrc) is yours, please
|
||||
# feel free to customise it to create a shell
|
||||
# environment to your liking. If you feel a change
|
||||
# would be benifitial to all, please feel free to send
|
||||
# a patch to the cygwin mailing list.
|
||||
|
||||
# the following line is actually
|
||||
# equivalent to "\C-?": delete-char
|
||||
"\e[3~": delete-char
|
||||
|
||||
# VT
|
||||
"\e[1~": beginning-of-line
|
||||
"\e[4~": end-of-line
|
||||
|
||||
# kvt
|
||||
"\e[H": beginning-of-line
|
||||
"\e[F": end-of-line
|
||||
|
||||
# rxvt and konsole (i.e. the KDE-app...)
|
||||
"\e[7~": beginning-of-line
|
||||
"\e[8~": end-of-line
|
||||
|
||||
# VT220
|
||||
"\eOH": beginning-of-line
|
||||
"\eOF": end-of-line
|
||||
|
||||
# Allow 8-bit input/output
|
||||
#set meta-flag on
|
||||
#set convert-meta off
|
||||
#set input-meta on
|
||||
#set output-meta on
|
||||
#$if Bash
|
||||
# Don't ring bell on completion
|
||||
#set bell-style none
|
||||
|
||||
# or, don't beep at me - show me
|
||||
#set bell-style visible
|
||||
|
||||
# Filename completion/expansion
|
||||
#set completion-ignore-case on
|
||||
#set show-all-if-ambiguous on
|
||||
|
||||
# Expand homedir name
|
||||
#set expand-tilde on
|
||||
|
||||
# Append "/" to all dirnames
|
||||
#set mark-directories on
|
||||
#set mark-symlinked-directories on
|
||||
|
||||
# Match all files
|
||||
#set match-hidden-files on
|
||||
|
||||
# 'Magic Space'
|
||||
# Insert a space character then performs
|
||||
# a history expansion in the line
|
||||
#Space: magic-space
|
||||
#$endif
|
||||
37
Agent-Windows/OGP64/etc/defaults/etc/skel/.profile
Normal file
37
Agent-Windows/OGP64/etc/defaults/etc/skel/.profile
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# To the extent possible under law, the author(s) have dedicated all
|
||||
# copyright and related and neighboring rights to this software to the
|
||||
# public domain worldwide. This software is distributed without any warranty.
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along
|
||||
# with this software.
|
||||
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
# base-files version 4.3-3
|
||||
|
||||
# ~/.profile: executed by the command interpreter for login shells.
|
||||
|
||||
# The latest version as installed by the Cygwin Setup program can
|
||||
# always be found at /etc/defaults/etc/skel/.profile
|
||||
|
||||
# Modifying /etc/skel/.profile directly will prevent
|
||||
# setup from updating it.
|
||||
|
||||
# The copy in your home directory (~/.profile) is yours, please
|
||||
# feel free to customise it to create a shell
|
||||
# environment to your liking. If you feel a change
|
||||
# would be benificial to all, please feel free to send
|
||||
# a patch to the cygwin mailing list.
|
||||
|
||||
# User dependent .profile file
|
||||
|
||||
# Set user-defined locale
|
||||
export LANG=$(locale -uU)
|
||||
|
||||
# This file is not read by bash(1) if ~/.bash_profile or ~/.bash_login
|
||||
# exists.
|
||||
#
|
||||
# if running bash
|
||||
if [ -n "${BASH_VERSION}" ]; then
|
||||
if [ -f "${HOME}/.bashrc" ]; then
|
||||
source "${HOME}/.bashrc"
|
||||
fi
|
||||
fi
|
||||
45
Agent-Windows/OGP64/etc/defaults/etc/ssh_config
Normal file
45
Agent-Windows/OGP64/etc/defaults/etc/ssh_config
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# $OpenBSD: ssh_config,v 1.37 2025/05/06 05:40:56 djm Exp $
|
||||
|
||||
# This is the ssh client system-wide configuration file. See
|
||||
# ssh_config(5) for more information. This file provides defaults for
|
||||
# users, and the values can be changed in per-user configuration files
|
||||
# or on the command line.
|
||||
|
||||
# Configuration data is parsed as follows:
|
||||
# 1. command line options
|
||||
# 2. user-specific file
|
||||
# 3. system-wide file
|
||||
# Any configuration value is only changed the first time it is set.
|
||||
# Thus, host-specific definitions should be at the beginning of the
|
||||
# configuration file, and defaults at the end.
|
||||
|
||||
# Site-wide defaults for some commonly used options. For a comprehensive
|
||||
# list of available options, their meanings and defaults, please see the
|
||||
# ssh_config(5) man page.
|
||||
|
||||
# Host *
|
||||
# ForwardAgent no
|
||||
# ForwardX11 no
|
||||
# PasswordAuthentication yes
|
||||
# HostbasedAuthentication no
|
||||
# GSSAPIAuthentication no
|
||||
# GSSAPIDelegateCredentials no
|
||||
# BatchMode no
|
||||
# CheckHostIP no
|
||||
# AddressFamily any
|
||||
# ConnectTimeout 0
|
||||
# StrictHostKeyChecking ask
|
||||
# IdentityFile ~/.ssh/id_rsa
|
||||
# IdentityFile ~/.ssh/id_ecdsa
|
||||
# IdentityFile ~/.ssh/id_ed25519
|
||||
# Port 22
|
||||
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
|
||||
# MACs hmac-md5,hmac-sha1,umac-64@openssh.com
|
||||
# EscapeChar ~
|
||||
# Tunnel no
|
||||
# TunnelDevice any:any
|
||||
# PermitLocalCommand no
|
||||
# VisualHostKey no
|
||||
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||||
# RekeyLimit 1G 1h
|
||||
# UserKnownHostsFile ~/.ssh/known_hosts.d/%k
|
||||
118
Agent-Windows/OGP64/etc/defaults/etc/sshd_config
Normal file
118
Agent-Windows/OGP64/etc/defaults/etc/sshd_config
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
# $OpenBSD: sshd_config,v 1.105 2024/12/03 14:12:47 dtucker Exp $
|
||||
|
||||
# This is the sshd server system-wide configuration file. See
|
||||
# sshd_config(5) for more information.
|
||||
|
||||
# This sshd was compiled with PATH=/bin:/usr/sbin:/sbin:/usr/bin
|
||||
|
||||
# The strategy used for options in the default sshd_config shipped with
|
||||
# OpenSSH is to specify options with their default value where
|
||||
# possible, but leave them commented. Uncommented options override the
|
||||
# default value.
|
||||
|
||||
#Port 22
|
||||
#AddressFamily any
|
||||
#ListenAddress 0.0.0.0
|
||||
#ListenAddress ::
|
||||
|
||||
#HostKey /etc/ssh_host_rsa_key
|
||||
#HostKey /etc/ssh_host_ecdsa_key
|
||||
#HostKey /etc/ssh_host_ed25519_key
|
||||
|
||||
# Ciphers and keying
|
||||
#RekeyLimit default none
|
||||
|
||||
# Logging
|
||||
#SyslogFacility AUTH
|
||||
#LogLevel INFO
|
||||
|
||||
# Authentication:
|
||||
|
||||
#LoginGraceTime 2m
|
||||
#PermitRootLogin prohibit-password
|
||||
#StrictModes yes
|
||||
#MaxAuthTries 6
|
||||
#MaxSessions 10
|
||||
|
||||
#PubkeyAuthentication yes
|
||||
|
||||
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
|
||||
# but this is overridden so installations will only check .ssh/authorized_keys
|
||||
AuthorizedKeysFile .ssh/authorized_keys
|
||||
|
||||
#AuthorizedPrincipalsFile none
|
||||
|
||||
#AuthorizedKeysCommand none
|
||||
#AuthorizedKeysCommandUser nobody
|
||||
|
||||
# For this to work you will also need host keys in /etc/ssh_known_hosts
|
||||
#HostbasedAuthentication no
|
||||
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
||||
# HostbasedAuthentication
|
||||
#IgnoreUserKnownHosts no
|
||||
# Don't read the user's ~/.rhosts and ~/.shosts files
|
||||
#IgnoreRhosts yes
|
||||
|
||||
# To disable tunneled clear text passwords, change to "no" here!
|
||||
#PasswordAuthentication yes
|
||||
#PermitEmptyPasswords no
|
||||
|
||||
# Change to "no" to disable keyboard-interactive authentication. Depending on
|
||||
# the system's configuration, this may involve passwords, challenge-response,
|
||||
# one-time passwords or some combination of these and other methods.
|
||||
#KbdInteractiveAuthentication yes
|
||||
|
||||
# Kerberos options
|
||||
#KerberosAuthentication no
|
||||
#KerberosOrLocalPasswd yes
|
||||
#KerberosTicketCleanup yes
|
||||
#KerberosGetAFSToken no
|
||||
|
||||
# GSSAPI options
|
||||
#GSSAPIAuthentication no
|
||||
#GSSAPICleanupCredentials yes
|
||||
|
||||
# Set this to 'yes' to enable PAM authentication, account processing,
|
||||
# and session processing. If this is enabled, PAM authentication will
|
||||
# be allowed through the KbdInteractiveAuthentication and
|
||||
# PasswordAuthentication. Depending on your PAM configuration,
|
||||
# PAM authentication via KbdInteractiveAuthentication may bypass
|
||||
# the setting of "PermitRootLogin prohibit-password".
|
||||
# If you just want the PAM account and session checks to run without
|
||||
# PAM authentication, then enable this but set PasswordAuthentication
|
||||
# and KbdInteractiveAuthentication to 'no'.
|
||||
#UsePAM no
|
||||
|
||||
#AllowAgentForwarding yes
|
||||
#AllowTcpForwarding yes
|
||||
#GatewayPorts no
|
||||
#X11Forwarding no
|
||||
#X11DisplayOffset 10
|
||||
#X11UseLocalhost yes
|
||||
#PermitTTY yes
|
||||
#PrintMotd yes
|
||||
#PrintLastLog yes
|
||||
#TCPKeepAlive yes
|
||||
#PermitUserEnvironment no
|
||||
#Compression delayed
|
||||
#ClientAliveInterval 0
|
||||
#ClientAliveCountMax 3
|
||||
#UseDNS no
|
||||
#PidFile /var/run/sshd.pid
|
||||
#MaxStartups 10:30:100
|
||||
#PermitTunnel no
|
||||
#ChrootDirectory none
|
||||
#VersionAddendum none
|
||||
|
||||
# no default banner path
|
||||
#Banner none
|
||||
|
||||
# override default of no subsystems
|
||||
Subsystem sftp /usr/sbin/sftp-server
|
||||
|
||||
# Example of overriding settings on a per-user basis
|
||||
#Match User anoncvs
|
||||
# X11Forwarding no
|
||||
# AllowTcpForwarding no
|
||||
# PermitTTY no
|
||||
# ForceCommand cvs server
|
||||
34
Agent-Windows/OGP64/etc/defaults/etc/virc
Normal file
34
Agent-Windows/OGP64/etc/defaults/etc/virc
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
|
||||
set fileencodings=ucs-bom,utf-8,latin1
|
||||
endif
|
||||
|
||||
set nocompatible " Use Vim defaults (much better!)
|
||||
set bs=indent,eol,start " allow backspacing over everything in insert mode
|
||||
"set ai " always set autoindenting on
|
||||
"set backup " keep a backup file
|
||||
set history=50 " keep 50 lines of command line history
|
||||
set ruler " show the cursor position all the time
|
||||
|
||||
" Only do this part when compiled with support for autocommands
|
||||
if has("autocmd")
|
||||
augroup fedora
|
||||
autocmd!
|
||||
" In text files, always limit the width of text to 78 characters
|
||||
" autocmd BufRead *.txt set tw=78
|
||||
" When editing a file, always jump to the last cursor position
|
||||
autocmd BufReadPost *
|
||||
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
|
||||
\ exe "normal! g'\"" |
|
||||
\ endif
|
||||
" don't write swapfile on most commonly used directories for NFS mounts or USB sticks
|
||||
autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp
|
||||
" start with spec file template
|
||||
autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec
|
||||
augroup END
|
||||
endif
|
||||
|
||||
if &term=="xterm"
|
||||
set t_Co=8
|
||||
set t_Sb=[4%dm
|
||||
set t_Sf=[3%dm
|
||||
endif
|
||||
137
Agent-Windows/OGP64/etc/defaults/etc/wgetrc
Normal file
137
Agent-Windows/OGP64/etc/defaults/etc/wgetrc
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
###
|
||||
### Sample Wget initialization file .wgetrc
|
||||
###
|
||||
|
||||
## You can use this file to change the default behaviour of wget or to
|
||||
## avoid having to type many many command-line options. This file does
|
||||
## not contain a comprehensive list of commands -- look at the manual
|
||||
## to find out what you can put into this file. You can find this here:
|
||||
## $ info wget.info 'Startup File'
|
||||
## Or online here:
|
||||
## https://www.gnu.org/software/wget/manual/wget.html#Startup-File
|
||||
##
|
||||
## Wget initialization file can reside in /usr/local/etc/wgetrc
|
||||
## (global, for all users) or $HOME/.wgetrc (for a single user).
|
||||
##
|
||||
## To use the settings in this file, you will have to uncomment them,
|
||||
## as well as change them, in most cases, as the values on the
|
||||
## commented-out lines are the default values (e.g. "off").
|
||||
##
|
||||
## Command are case-, underscore- and minus-insensitive.
|
||||
## For example ftp_proxy, ftp-proxy and ftpproxy are the same.
|
||||
|
||||
|
||||
##
|
||||
## Global settings (useful for setting up in /usr/local/etc/wgetrc).
|
||||
## Think well before you change them, since they may reduce wget's
|
||||
## functionality, and make it behave contrary to the documentation:
|
||||
##
|
||||
|
||||
# You can set retrieve quota for beginners by specifying a value
|
||||
# optionally followed by 'K' (kilobytes) or 'M' (megabytes). The
|
||||
# default quota is unlimited.
|
||||
#quota = inf
|
||||
|
||||
# You can lower (or raise) the default number of retries when
|
||||
# downloading a file (default is 20).
|
||||
#tries = 20
|
||||
|
||||
# Lowering the maximum depth of the recursive retrieval is handy to
|
||||
# prevent newbies from going too "deep" when they unwittingly start
|
||||
# the recursive retrieval. The default is 5.
|
||||
#reclevel = 5
|
||||
|
||||
# By default Wget uses "passive FTP" transfer where the client
|
||||
# initiates the data connection to the server rather than the other
|
||||
# way around. That is required on systems behind NAT where the client
|
||||
# computer cannot be easily reached from the Internet. However, some
|
||||
# firewalls software explicitly supports active FTP and in fact has
|
||||
# problems supporting passive transfer. If you are in such
|
||||
# environment, use "passive_ftp = off" to revert to active FTP.
|
||||
#passive_ftp = off
|
||||
|
||||
# The "wait" command below makes Wget wait between every connection.
|
||||
# If, instead, you want Wget to wait only between retries of failed
|
||||
# downloads, set waitretry to maximum number of seconds to wait (Wget
|
||||
# will use "linear backoff", waiting 1 second after the first failure
|
||||
# on a file, 2 seconds after the second failure, etc. up to this max).
|
||||
#waitretry = 10
|
||||
|
||||
|
||||
##
|
||||
## Local settings (for a user to set in his $HOME/.wgetrc). It is
|
||||
## *highly* undesirable to put these settings in the global file, since
|
||||
## they are potentially dangerous to "normal" users.
|
||||
##
|
||||
## Even when setting up your own ~/.wgetrc, you should know what you
|
||||
## are doing before doing so.
|
||||
##
|
||||
|
||||
# Set this to on to use timestamping by default:
|
||||
#timestamping = off
|
||||
|
||||
# It is a good idea to make Wget send your email address in a `From:'
|
||||
# header with your request (so that server administrators can contact
|
||||
# you in case of errors). Wget does *not* send `From:' by default.
|
||||
#header = From: Your Name <username@site.domain>
|
||||
|
||||
# You can set up other headers, like Accept-Language. Accept-Language
|
||||
# is *not* sent by default.
|
||||
#header = Accept-Language: en
|
||||
|
||||
# You can set the default proxies for Wget to use for http, https, and ftp.
|
||||
# They will override the value in the environment.
|
||||
#https_proxy = http://proxy.yoyodyne.com:18023/
|
||||
#http_proxy = http://proxy.yoyodyne.com:18023/
|
||||
#ftp_proxy = http://proxy.yoyodyne.com:18023/
|
||||
|
||||
# If you do not want to use proxy at all, set this to off.
|
||||
#use_proxy = on
|
||||
|
||||
# You can customize the retrieval outlook. Valid options are default,
|
||||
# binary, mega and micro.
|
||||
#dot_style = default
|
||||
|
||||
# Setting this to off makes Wget not download /robots.txt. Be sure to
|
||||
# know *exactly* what /robots.txt is and how it is used before changing
|
||||
# the default!
|
||||
#robots = on
|
||||
|
||||
# It can be useful to make Wget wait between connections. Set this to
|
||||
# the number of seconds you want Wget to wait.
|
||||
#wait = 0
|
||||
|
||||
# You can force creating directory structure, even if a single is being
|
||||
# retrieved, by setting this to on.
|
||||
#dirstruct = off
|
||||
|
||||
# You can turn on recursive retrieving by default (don't do this if
|
||||
# you are not sure you know what it means) by setting this to on.
|
||||
#recursive = off
|
||||
|
||||
# To always back up file X as X.orig before converting its links (due
|
||||
# to -k / --convert-links / convert_links = on having been specified),
|
||||
# set this variable to on:
|
||||
#backup_converted = off
|
||||
|
||||
# To have Wget follow FTP links from HTML files by default, set this
|
||||
# to on:
|
||||
#follow_ftp = off
|
||||
|
||||
# To try ipv6 addresses first:
|
||||
#prefer-family = IPv6
|
||||
|
||||
# Set default IRI support state
|
||||
#iri = off
|
||||
|
||||
# Force the default system encoding
|
||||
#localencoding = UTF-8
|
||||
|
||||
# Force the default remote server encoding
|
||||
#remoteencoding = UTF-8
|
||||
|
||||
# Turn on to prevent following non-HTTPS links when in recursive mode
|
||||
#httpsonly = off
|
||||
|
||||
# Tune HTTPS security (auto, SSLv2, SSLv3, TLSv1, PFS)
|
||||
#secureprotocol = auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue