Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for USER_DIR (0.07 sec)

  1. cluster/gce/windows/testonly/install-ssh.psm1

        } catch {}
    
        $user_dir = "C:\Users\" + $username
        if (-not (Test-Path $user_dir)) {
          # If for some reason Create-NewProfile failed to create the user profile
          # directory just continue on to the next user.
          return
        }
    
        # the authorized_keys file is created only once per user
        $user_keys_file = -join($user_dir, "\.ssh\authorized_keys")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
Back to top