summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorJitendra Sharma <jitendra.sharma@intel.com>2019-06-21 09:54:17 +0530
committerDarren Tucker <dtucker@dtucker.net>2019-06-27 20:54:14 +1000
commit58ceacdcbaebefc77d120712de55c6fc6aa32bb1 (patch)
tree5cc4cb4e74cf809bbd7d05c48aa01b07adbd4e5e /regress/README.regress
parent7959330a554051b5587f8af3fec0c2c0d5820f64 (diff)
Update README doc to include missing test cases
Readme regress document is missing various individual tests, which are supported currently. Update README to include those test cases.
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress79
1 files changed, 65 insertions, 14 deletions
diff --git a/regress/README.regress b/regress/README.regress
index 315fe149a..ed9de874c 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -63,28 +63,79 @@ test-exec.sh: the main test driver. Sets environment, creates config files
63and keys and runs the specified test. 63and keys and runs the specified test.
64 64
65At the time of writing, the individual tests are: 65At the time of writing, the individual tests are:
66agent-timeout.sh: agent timeout test
67agent.sh: simple agent test
68broken-pipe.sh: broken pipe test
69connect-privsep.sh: proxy connect with privsep
70connect.sh: simple connect 66connect.sh: simple connect
67proxy-connect.sh: proxy connect
68connect-privsep.sh: proxy connect with privsep
69connect-uri.sh: uri connect
70proto-version.sh: sshd version with different protocol combinations
71proto-mismatch.sh: protocol version mismatch
71exit-status.sh: remote exit status 72exit-status.sh: remote exit status
72forwarding.sh: local and remote forwarding 73envpass.sh: environment passing
73keygen-change.sh: change passphrase for key 74transfer.sh: transfer data
75banner.sh: banner
76rekey.sh: rekey
77stderr-data.sh: stderr data transfer
78stderr-after-eof.sh: stderr data after eof
79broken-pipe.sh: broken pipe test
80try-ciphers.sh: try ciphers
81yes-head.sh: yes pipe head
82login-timeout.sh: connect after login grace timeout
83agent.sh: simple connect via agent
84agent-getpeereid.sh: disallow agent attach from other uid
85agent-timeout.sh: agent timeout test
86agent-ptrace.sh: disallow agent ptrace attach
74keyscan.sh: keyscan 87keyscan.sh: keyscan
75proto-mismatch.sh: protocol version mismatch 88keygen-change.sh: change passphrase for key
76proto-version.sh: sshd version with different protocol combinations 89keygen-convert.sh: convert keys
77proxy-connect.sh: proxy connect 90keygen-moduli.sh: keygen moduli
91key-options.sh: key options
92scp.sh: scp
93scp-uri.sh: scp-uri
78sftp.sh: basic sftp put/get 94sftp.sh: basic sftp put/get
95sftp-chroot.sh: sftp in chroot
96sftp-cmds.sh: sftp command
97sftp-badcmds.sh: sftp invalid commands
98sftp-batch.sh: sftp batchfile
99sftp-glob.sh: sftp glob
100sftp-perm.sh: sftp permissions
101sftp-uri.sh: sftp-uri
79ssh-com-client.sh: connect with ssh.com client 102ssh-com-client.sh: connect with ssh.com client
80ssh-com-keygen.sh: ssh.com key import 103ssh-com-keygen.sh: ssh.com key import
81ssh-com-sftp.sh: basic sftp put/get with ssh.com server 104ssh-com-sftp.sh: basic sftp put/get with ssh.com server
82ssh-com.sh: connect to ssh.com server 105ssh-com.sh: connect to ssh.com server
83stderr-after-eof.sh: stderr data after eof 106reconfigure.sh: simple connect after reconfigure
84stderr-data.sh: stderr data transfer 107dynamic-forward.sh: dynamic forwarding
85transfer.sh: transfer data 108forwarding.sh: local and remote forwarding
86try-ciphers.sh: try ciphers 109multiplex.sh: connection multiplexing
87yes-head.sh: yes pipe head 110reexec.sh: reexec tests
111brokenkeys.sh: broken keys
112sshcfgparse.sh: ssh config parse
113cfgparse.sh: sshd config parse
114cfgmatch.sh: sshd_config match
115cfgmatchlisten.sh: sshd_config matchlisten
116addrmatch.sh: address match
117localcommand.sh: localcommand
118forcecommand.sh: forced command
119portnum.sh: port number parsing
120keytype.sh: login with different key types
121kextype.sh: login with different key exchange algorithms
122cert-hostkey.sh certified host keys
123cert-userkey.sh: certified user keys
124host-expand.sh: expand %h and %n
125keys-command.sh: authorized keys from command
126forward-control.sh: sshd control of local and remote forwarding
127integrity.sh: integrity
128krl.sh: key revocation lists
129multipubkey.sh: multiple pubkey
130limit-keytype.sh: restrict pubkey type
131hostkey-agent.sh: hostkey agent
132keygen-knownhosts.sh: ssh-keygen known_hosts
133hostkey-rotate.sh: hostkey rotate
134principals-command.sh: authorized principals command
135cert-file.sh: ssh with certificates
136cfginclude.sh: config include
137allow-deny-users.sh: AllowUsers/DenyUsers
138authinfo.sh: authinfo
88 139
89 140
90Problems? 141Problems?