|
Lines 24-29
LTESTS= connect \
Link Here
|
| 24 |
agent-getpeereid \ |
24 |
agent-getpeereid \ |
| 25 |
agent-timeout \ |
25 |
agent-timeout \ |
| 26 |
agent-ptrace \ |
26 |
agent-ptrace \ |
|
|
27 |
bigkey \ |
| 27 |
keyscan \ |
28 |
keyscan \ |
| 28 |
keygen-change \ |
29 |
keygen-change \ |
| 29 |
scp \ |
30 |
scp \ |
|
Lines 40-49
LTESTS= connect \
Link Here
|
| 40 |
USER!= id -un |
41 |
USER!= id -un |
| 41 |
CLEANFILES+= authorized_keys_${USER} known_hosts pidfile \ |
42 |
CLEANFILES+= authorized_keys_${USER} known_hosts pidfile \ |
| 42 |
ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ |
43 |
ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ |
|
|
44 |
dsa.pub dsa hostnoroot.rsa hostnoroot.rsa1 \ |
| 43 |
rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ |
45 |
rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ |
| 44 |
rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ |
46 |
rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ |
| 45 |
ls.copy banner.in banner.out empty.in \ |
47 |
ls.copy banner.in banner.out empty.in \ |
| 46 |
scp-ssh-wrapper.exe |
48 |
scp-ssh-wrapper.exe ssh_proxy_bigkey |
| 47 |
|
49 |
|
| 48 |
#LTESTS+= ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |
50 |
#LTESTS+= ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |
| 49 |
|
51 |
|