diff options
-rw-r--r-- | regress/README.regress | 79 |
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 | |||
63 | and keys and runs the specified test. | 63 | and keys and runs the specified test. |
64 | 64 | ||
65 | At the time of writing, the individual tests are: | 65 | At the time of writing, the individual tests are: |
66 | agent-timeout.sh: agent timeout test | ||
67 | agent.sh: simple agent test | ||
68 | broken-pipe.sh: broken pipe test | ||
69 | connect-privsep.sh: proxy connect with privsep | ||
70 | connect.sh: simple connect | 66 | connect.sh: simple connect |
67 | proxy-connect.sh: proxy connect | ||
68 | connect-privsep.sh: proxy connect with privsep | ||
69 | connect-uri.sh: uri connect | ||
70 | proto-version.sh: sshd version with different protocol combinations | ||
71 | proto-mismatch.sh: protocol version mismatch | ||
71 | exit-status.sh: remote exit status | 72 | exit-status.sh: remote exit status |
72 | forwarding.sh: local and remote forwarding | 73 | envpass.sh: environment passing |
73 | keygen-change.sh: change passphrase for key | 74 | transfer.sh: transfer data |
75 | banner.sh: banner | ||
76 | rekey.sh: rekey | ||
77 | stderr-data.sh: stderr data transfer | ||
78 | stderr-after-eof.sh: stderr data after eof | ||
79 | broken-pipe.sh: broken pipe test | ||
80 | try-ciphers.sh: try ciphers | ||
81 | yes-head.sh: yes pipe head | ||
82 | login-timeout.sh: connect after login grace timeout | ||
83 | agent.sh: simple connect via agent | ||
84 | agent-getpeereid.sh: disallow agent attach from other uid | ||
85 | agent-timeout.sh: agent timeout test | ||
86 | agent-ptrace.sh: disallow agent ptrace attach | ||
74 | keyscan.sh: keyscan | 87 | keyscan.sh: keyscan |
75 | proto-mismatch.sh: protocol version mismatch | 88 | keygen-change.sh: change passphrase for key |
76 | proto-version.sh: sshd version with different protocol combinations | 89 | keygen-convert.sh: convert keys |
77 | proxy-connect.sh: proxy connect | 90 | keygen-moduli.sh: keygen moduli |
91 | key-options.sh: key options | ||
92 | scp.sh: scp | ||
93 | scp-uri.sh: scp-uri | ||
78 | sftp.sh: basic sftp put/get | 94 | sftp.sh: basic sftp put/get |
95 | sftp-chroot.sh: sftp in chroot | ||
96 | sftp-cmds.sh: sftp command | ||
97 | sftp-badcmds.sh: sftp invalid commands | ||
98 | sftp-batch.sh: sftp batchfile | ||
99 | sftp-glob.sh: sftp glob | ||
100 | sftp-perm.sh: sftp permissions | ||
101 | sftp-uri.sh: sftp-uri | ||
79 | ssh-com-client.sh: connect with ssh.com client | 102 | ssh-com-client.sh: connect with ssh.com client |
80 | ssh-com-keygen.sh: ssh.com key import | 103 | ssh-com-keygen.sh: ssh.com key import |
81 | ssh-com-sftp.sh: basic sftp put/get with ssh.com server | 104 | ssh-com-sftp.sh: basic sftp put/get with ssh.com server |
82 | ssh-com.sh: connect to ssh.com server | 105 | ssh-com.sh: connect to ssh.com server |
83 | stderr-after-eof.sh: stderr data after eof | 106 | reconfigure.sh: simple connect after reconfigure |
84 | stderr-data.sh: stderr data transfer | 107 | dynamic-forward.sh: dynamic forwarding |
85 | transfer.sh: transfer data | 108 | forwarding.sh: local and remote forwarding |
86 | try-ciphers.sh: try ciphers | 109 | multiplex.sh: connection multiplexing |
87 | yes-head.sh: yes pipe head | 110 | reexec.sh: reexec tests |
111 | brokenkeys.sh: broken keys | ||
112 | sshcfgparse.sh: ssh config parse | ||
113 | cfgparse.sh: sshd config parse | ||
114 | cfgmatch.sh: sshd_config match | ||
115 | cfgmatchlisten.sh: sshd_config matchlisten | ||
116 | addrmatch.sh: address match | ||
117 | localcommand.sh: localcommand | ||
118 | forcecommand.sh: forced command | ||
119 | portnum.sh: port number parsing | ||
120 | keytype.sh: login with different key types | ||
121 | kextype.sh: login with different key exchange algorithms | ||
122 | cert-hostkey.sh certified host keys | ||
123 | cert-userkey.sh: certified user keys | ||
124 | host-expand.sh: expand %h and %n | ||
125 | keys-command.sh: authorized keys from command | ||
126 | forward-control.sh: sshd control of local and remote forwarding | ||
127 | integrity.sh: integrity | ||
128 | krl.sh: key revocation lists | ||
129 | multipubkey.sh: multiple pubkey | ||
130 | limit-keytype.sh: restrict pubkey type | ||
131 | hostkey-agent.sh: hostkey agent | ||
132 | keygen-knownhosts.sh: ssh-keygen known_hosts | ||
133 | hostkey-rotate.sh: hostkey rotate | ||
134 | principals-command.sh: authorized principals command | ||
135 | cert-file.sh: ssh with certificates | ||
136 | cfginclude.sh: config include | ||
137 | allow-deny-users.sh: AllowUsers/DenyUsers | ||
138 | authinfo.sh: authinfo | ||
88 | 139 | ||
89 | 140 | ||
90 | Problems? | 141 | Problems? |