Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 121 for ssdh (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/error_util_test.cc

          emitError(loc) << "Second diagnostic message reported";
          return tensorflow::errors::Internal("Passed in error");
        };
        StatusScopedDiagnosticHandler ssdh(&context);
        Status s = ssdh.Combine(function());
        ASSERT_TRUE(tensorflow::errors::IsInternal(s));
        EXPECT_THAT(s.message(), HasSubstr("Passed in error"));
        EXPECT_THAT(s.message(), HasSubstr("Diagnostic message reported"));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 03:47:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. cluster/gce/windows/testonly/install-ssh.psm1

    }
    
    # Starts a background process that retrieves ssh keys from the metadata server
    # and writes them to user-specific directories. Intended for use only by test
    # clusters!!
    #
    # While this is running it should be possible to SSH to the Windows node using:
    #   gcloud compute ssh <username>@<instance> --zone=<zone>
    # or:
    #   ssh -i ~/.ssh/google_compute_engine -o 'IdentitiesOnly yes' \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/sftp/SFTPServer.groovy

    import org.apache.sshd.server.SshServer
    import org.apache.sshd.server.auth.password.PasswordAuthenticator
    import org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
    import org.apache.sshd.server.command.Command
    import org.apache.sshd.scp.server.ScpCommandFactory
    import org.apache.sshd.server.session.ServerSession
    import org.apache.sshd.sftp.server.SftpSubsystem
    import org.apache.sshd.sftp.server.SftpSubsystemConfigurator
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  4. releasenotes/notes/ssh-iptables.yaml

    John Howard <******@****.***> 1638803739 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 06 15:15:39 UTC 2021
    - 1K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

      fi
    }
    
    # Local ssds, if present, are mounted or symlinked to their appropriate
    # locations
    function ensure-local-ssds() {
      if [ "${NODE_LOCAL_SSDS_EPHEMERAL:-false}" == "true" ]; then
        ensure-local-ssds-ephemeral-storage
        return
      fi
      get-local-disk-num "scsi" "block"
      local scsiblocknum="${localdisknum}"
      local i=0
      for ssd in /dev/disk/by-id/google-local-ssd-*; do
        if [ -e "${ssd}" ]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. platforms/software/version-control/build.gradle.kts

        implementation(project(":hashing"))
        implementation(project(":logging-api"))
    
        implementation(libs.guava)
        implementation(libs.jgitSsh) {
            exclude("org.apache.sshd", "sshd-osgi") // Because it duplicates sshd-core and sshd-commons contents
        }
    
        testImplementation(project(":native"))
        testImplementation(project(":snapshots"))
        testImplementation(project(":process-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. cmd/sftp-server.go

    // https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.22.0:ssh/common.go;l=142
    var supportedPubKeyAuthAlgos = []string{
    	ssh.KeyAlgoED25519,
    	ssh.KeyAlgoSKED25519, ssh.KeyAlgoSKECDSA256,
    	ssh.KeyAlgoECDSA256, ssh.KeyAlgoECDSA384, ssh.KeyAlgoECDSA521,
    	ssh.KeyAlgoRSASHA256, ssh.KeyAlgoRSASHA512, ssh.KeyAlgoRSA,
    	ssh.KeyAlgoDSA,
    }
    
    // supportedCiphers lists ciphers we support but might not recommend.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 07:51:13 UTC 2024
    - 16K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/vcstest/go/missingrepo.txt

    -- missingrepo-git-ssh/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/missingrepo/missingrepo-git-ssh git ssh://nonexistent.vcs-test.golang.org/git/missingrepo">
    -- missingrepo-git-ssh/notmissing/index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 832 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_download_svn.txt

    [!exec:svn] skip
    
    # 'go mod download' will fall back to svn+ssh once svn fails over protocols like https.
    # If vcs-test.golang.org isn't in the user's known_hosts file, this will result
    # in an ssh prompt, which will stop 'go test' entirely
    #
    # Unfortunately, there isn't a way to globally disable host checking for ssh,
    # without modifying the real system's or user's configs. Changing $HOME won't
    # affect ssh either, as it ignores the environment variable entirely.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/url-no-decoding/pom.xml

      <distributionManagement>
        <repository>
          <id>dist</id>
          <url>scm:svn:svn+ssh://dist.apache.org/spacy%20path</url>
        </repository>
        <snapshotRepository>
          <id>snap</id>
          <url>scm:svn:svn+ssh://snap.apache.org/spacy%20path</url>
        </snapshotRepository>
        <site>
          <id>site</id>
          <url>scm:svn:svn+ssh://site.apache.org/spacy%20path</url>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2.1K bytes
    - Viewed (0)
Back to top