Displaying 3 results from an estimated 3 matches for "testacct".
2015 Nov 21
3
[Bug 2505] New: key_load_private_type: unknown or unsupported key type
...nasa.gov
Created attachment 2755
--> https://bugzilla.mindrot.org/attachment.cgi?id=2755&action=edit
Only load RSA1 host key if SSH1 support was enabled
When using hostbased authentication as root, and protocol v1 support
has
not been enabled, ssh(1) gives the following complaint:
# ssh testacct at somehost pwd
key_load_private_type: unknown or unsupported key type
/u/testacct
This only occurs for root, and only if an RSA1 host key is present. The
issue is that ssh(1) will attempt to load the RSA1 key even if SSH1
support was not enabled at build-time.
--
You are receiving this mail bec...
2015 Dec 11
1
[Bug 2504] New: key_load_private_type: unknown or unsupported key type
...at nas.nasa.gov
CC: djm at mindrot.org
CC: djm at mindrot.org
Status: RESOLVED
Resolution: DUPLICATE
When using hostbased authentication as root, and protocol v1 support
has
not been compiled in, ssh(1) complains about an invalid key type:
# ssh testacct at somehost pwd
key_load_private_type: unknown or unsupported key type
/u/testacct
This is due to ssh(1) attempting to load the RSA1 key (assuming that
one
exists) into sensitive_data.keys. This issue only occurs for root.
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
*** Thi...
2010 Jun 22
1
smbclient queue command issue
...#########
C:\>net print \\CORPPRINTSRV\ITD_HP4250
Printers at \\CORPPRINTSRV
Name Job # Size Status
-------------------------------------------------------------------------------
ITD_HP4250 Queue 3 jobs *Printer error*
testacct 404 85200 Error
testacct 601 37340 Waiting
ERowell 1735 9905 Waiting
The command completed successfully.
####################
The following is the commands and a debug 10.
cmd>export...