== Using Cygwin64 Terminal
1. Search for Cygwin64 Terminal
2. connect to a session by using `ssh netID@ubuntu.cse.unr.edu`
``` lang=bash
# ssh netID@ubuntu.cse.unr.edu
$ ssh lanle@ubuntu.cse.unr.edu
```
3. 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`.
NOTE: You will only need to do this once for every machine you use.
4. Next, you will be prompted to enter your password.
``` lang=bash
Warning: Permanently added 'ubuntu.cse.unr.edu (134.197.20.43)' (ECDSA) to the list of known hosts.
Password:
```
It will not show up as you are typing, but assume that keystrokes are being accepted.
5. When you see `netID@nxlogin:~$`, on the new line, you can now use the terminal.
``` lang=bash
# netID@nxlogin:~$
lanle@nxlogin:~$
```
== for putty
== for