Skip to content

Connecting Windows to DUNE machines #24

@hschellman

Description

@hschellman

Note from Scott Schwartz

Highly recommended for those using Windows to connect to FNAL.GOV (+VSCode w/ remote-SSH extension - highly recommended IDE)

Using VSCode + PuTTY to access FNAL.GOV:

Once you have already set up PuTTY, you should consider using VSCode as a handy IDE when doing work. You should already have installed the remote-SSH extension and successfully logged onto gvmp0X before proceeding with this step. If you have, refer to the following github comment for using Kerberos authentication through PuTTY.

microsoft/vscode-remote-release#250 (comment) (edited)

Comment on #250 Kerberos Authentication for Remote SSH

For the record, the plink.exe method worked for me today with vscode 1.59.0. (Some have reported it was broken).
I followed the answer here: https://stackoverflow.com/a/60780533/2383070

  1. Install Remote SSH extension
    image
  2. Create file C:\Users[userName](https://app.slack.com/client/userName)\ssh.bat with the following contents:
    echo OpenSSH
    powershell -NoProfile -ExecutionPolicy Bypass %~dp0ssh.ps1 %*

Show more

https://github.com/[microsoft/vscode-remote-release](https://github.com/microsoft/vscode-remote-release)|microsoft/vscode-remote-releasemicrosoft/vscode-remote-release | Aug 10th, 2021 | Added by GitHub (4 kB)

Metadata

Metadata

Assignees

Labels

HowtoHow to do something

Type

No type

Projects

Status

Operating system help

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions