summaryrefslogtreecommitdiff
path: root/other/ssharp/ssh_config
diff options
context:
space:
mode:
authorSkyperTHC2026-03-03 06:28:55 +0000
committerSkyperTHC2026-03-03 06:28:55 +0000
commit5d3573ef7a109ee70416fe94db098fe6a769a798 (patch)
treedc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /other/ssharp/ssh_config
parentc6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff)
packetstorm sync
Diffstat (limited to 'other/ssharp/ssh_config')
-rw-r--r--other/ssharp/ssh_config35
1 files changed, 35 insertions, 0 deletions
diff --git a/other/ssharp/ssh_config b/other/ssharp/ssh_config
new file mode 100644
index 0000000..6209354
--- /dev/null
+++ b/other/ssharp/ssh_config
@@ -0,0 +1,35 @@
1# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $
2
3# This is ssh client systemwide configuration file. See ssh(1) for more
4# information. This file provides defaults for users, and the values can
5# be changed in per-user configuration files or on the command line.
6
7# Configuration data is parsed as follows:
8# 1. command line options
9# 2. user-specific file
10# 3. system-wide file
11# Any configuration value is only changed the first time it is set.
12# Thus, host-specific definitions should be at the beginning of the
13# configuration file, and defaults at the end.
14
15# Site-wide defaults for various options
16
17# Host *
18# ForwardAgent no
19# ForwardX11 no
20# RhostsAuthentication no
21# RhostsRSAAuthentication yes
22# RSAAuthentication yes
23# PasswordAuthentication yes
24# FallBackToRsh no
25# UseRsh no
26# BatchMode no
27# CheckHostIP yes
28# StrictHostKeyChecking yes
29# IdentityFile ~/.ssh/identity
30# IdentityFile ~/.ssh/id_dsa
31# IdentityFile ~/.ssh/id_rsa
32# Port 22
33# Protocol 2,1
34# Cipher blowfish
35# EscapeChar ~