Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for SSH (0.06 seconds)

  1. src/test/java/org/codelibs/fess/app/web/go/GoActionTest.java

            assertFalse(goAction.isFileSystemPath("mailto:******@****.***"));
            assertFalse(goAction.isFileSystemPath("ldap://server/path"));
            assertFalse(goAction.isFileSystemPath("ssh://server/path"));
            assertFalse(goAction.isFileSystemPath("data:text/plain;base64,SGVsbG8="));
        }
    
        @Test
        public void test_isFileSystemPath_empty_and_invalid() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 8.3K bytes
    - Click Count (0)
  2. cmd/sts-handlers_test.go

    	}{
    		{
    			username:           "dillon",
    			dn:                 "uid=dillon,ou=people,ou=swengg,dc=min,dc=io",
    			expectedSSHKeyType: "ssh-ed25519",
    		},
    		{
    			username:           "liza",
    			dn:                 "uid=liza,ou=people,ou=swengg,dc=min,dc=io",
    			expectedSSHKeyType: "ssh-rsa",
    		},
    	}
    
    	conn, err := globalIAMSys.LDAPConfig.LDAP.Connect()
    	if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 103.4K bytes
    - Click Count (1)
  3. CHANGELOG/CHANGELOG-1.36.md

    - Fixed redundant SSH command executions in the etcd failure e2e test. ([#137001](https://github.com/kubernetes/kubernetes/pull/137001), [@kairosci](https://github.com/kairosci)) [SIG API Machinery and Testing]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  4. lib/fips140/v1.26.0.zip

    message digest (KIMD) BVS loop // continue if interrupted RET golang.org/fips140@v1.26.0/fips140/v1.26.0/ssh/kdf.go // Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package ssh implements the SSH KDF as specified in RFC 4253, // Section 7.2 and allowed by SP 800-135 Revision 1. package ssh import ( _ "crypto/internal/fips140/check" "hash" ) type Direction struct { ivTag []byte keyTag []byte...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
Back to Top