Page MenuHomePhabricator

Using Cygwin
Updated 2,119 Days AgoPublic

Version 4 of 16: You are viewing an older version of this document, as it appeared on Jul 30 2018, 12:43 PM.

Using Cygwin64 Terminal

head to https://cygwin.com/install.html to download file to Downloads
open up command prompt
cd Downloads
dir
setup-x86_64.exe -q -p openssh,curl,wget,rsync,scp*,gedit,gcc,g++,make,cmake,xlaunch,xinit,tmux,x11-fonts-*,xorg-docs,xorg-server

  1. Head over to https://cygwin.com/install.html to download the application. Determine whether your machine is running the 32-bit Windows or the 64-bit Windows and download accordingly.
  2. Open up the Cygwin64 Terminal.

cygwin1.png (370×581 px, 10 KB)

  1. Connect to a session by using ssh netID@ubuntu.cse.unr.edu
# ssh netID@ubuntu.cse.unr.edu
$ ssh lanle@ubuntu.cse.unr.edu
  1. The following will appear:
The authenticity of host 'ubuntu.cse.unr.edu (134.197.20.43)' can't be established. ECDSA key fingerprint is SHA256: ... Are you sure you want to continue connecting (yes/no)?

Type yes.

cygwin2.png (370×581 px, 17 KB)

NOTE: You will only need to do this once for every machine you use.
  1. Next, you will be prompted to enter your password.
Warning: Permanently added 'ubuntu.cse.unr.edu (134.197.20.43)' (ECDSA) to the list of known hosts.
Password:

cygwin3.png (370×581 px, 19 KB)

NOTE: Your password will not show up as you are typing it, but assume that keys are being accepted. Hit ENTER when you are done.
  1. When you see netID@nxlogin:~$, on the new line, you can now use the terminal.
# netID@nxlogin:~$
lanle@nxlogin:~$

cygwin4.png (370×581 px, 23 KB)

Last Author
lanle
Last Edited
Jul 30 2018, 12:43 PM

Event Timeline

lanle edited the content of this document. (Show Details)
lanle edited the content of this document. (Show Details)
lanle edited the content of this document. (Show Details)
lanle edited the content of this document. (Show Details)