Skip to content

Commit 54753c6

Browse files
author
wes
committedOct 26, 2009
updated to_test after testday
1 parent 8795f34 commit 54753c6

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed
 

‎bugs.txt

+10
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,13 @@ paramikoConnect
164164
None
165165
10.11.228.65,,,,,,,,,,,,,,,,,no ssh
166166
-----------------------------------------------------
167+
Profile edit, lame bug
168+
If you make no edits to a profile, the command return should not say the
169+
profile was edited
170+
171+
[whayutin@thinkdoe .ssh]$ rho profile edit --name=busted1
172+
Config Encryption Password:
173+
Profile busted1 edited
174+
[whayutin@thinkdoe .ssh]$
175+
-----------------------------------------------------
176+

‎to_test.txt

+18-18
Original file line numberDiff line numberDiff line change
@@ -28,39 +28,39 @@ rsa_key
2828

2929
dsa_key
3030
dsa_key no passphrase
31-
- malformed key
31+
- malformed key PASS: wes
3232
- good key, also on target machine PASS:Wes
3333
- key not on target machine PASS:Wes
34-
- good key, on target, no user
35-
- good key, not on target, no user
34+
- good key, on target, no user PASS : wes
35+
- good key, not on target, no user PASS : wes
3636
- "" no shell for user PASS:Wes ['This account is currently
3737
not available.']
3838

3939

4040

4141
dsa_key with passphrase
42-
- malformed key
42+
- malformed key PASS: wes
4343
- good key, on target, good passphrase PASS:wes hayutin
44-
- good key, on target, bad passphrase
45-
- good key, on target, good passphrase, no user
46-
- good key, on target, bad passphrase, no user
47-
- good key, not on target, good passphrase
48-
- good key, not on target, wrong passphrase
44+
- good key, on target, bad passphrase PASS: wes
45+
- good key, on target, good passphrase, no user PASS: wes
46+
- good key, on target, bad passphrase, no user PASS: wes
47+
- good key, not on target, good passphrase PASS
48+
- good key, not on target, wrong passphrase PASS
4949
- "no shell for user"
5050

5151

5252
port
53-
- default port 22 working
54-
- non default port, configured correctly
55-
- non default port, configured incorrectly
56-
- default port, configured correctly, firewalled off
57-
- non default port, configured correctly, firewalled off
53+
- default port 22 working PASS
54+
- non default port, configured correctly PASS
55+
- non default port, configured incorrectly SKIP
56+
- default port, configured correctly, firewalled off PASS
57+
- non default port, configured correctly, firewalled off PASS
5858

5959
host/ip
60-
- host exist, resolves, sshdis listening
61-
- host exists, resolves, sshd is not listening (no sshd)
62-
- host exists, does not resolv, sshd is listening
63-
- host doesn't exist, resolves, sshd is not listening (say, a virt machine thats turned off)
60+
- host exist, resolves, sshdis listening PASS
61+
- host exists, resolves, sshd is not listening (no sshd) PASS
62+
- host exists, does not resolv, sshd is listening PASS
63+
- host doesn't exist, resolves, sshd is not listening (say, a virt machine thats turned off) PASS
6464

6565

6666
sshd config

0 commit comments

Comments
 (0)
Please sign in to comment.