Skip to content

Commit

Permalink
Update ports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
audrism committed Aug 21, 2015
1 parent a87803e commit 6b0b94f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ports.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
###Port numbers for each student for the ssh connection
For example, cwilker7 will use the following setup of .ssh/config (or putty session)
```
host da2
hostname da2.eecs.utk.edu
user cwilker7
port 9005
LocalForward 8888 127.0.0.1:8888
```

```
audris use port 9001
aalmsaee use port 9002
aklibisz use port 9003
Expand Down Expand Up @@ -39,3 +50,4 @@ tjones87 use port 9038
tyoung31 use port 9039
yalkhrij use port 9040
yma28 use port 9041
```

0 comments on commit 6b0b94f

Please sign in to comment.