Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
student:utilities:start:keypairs [2024/02/08 10:25] stewarmcstudent:utilities:start:keypairs [2024/02/13 10:00] stewarmc
Line 47: Line 47:
  AddKeysToAgent yes # https://man.openbsd.org/ssh_config#AddKeysToAgent  AddKeysToAgent yes # https://man.openbsd.org/ssh_config#AddKeysToAgent
  IdentitiesOnly yes  IdentitiesOnly yes
- 
-        # macOS only? V 
 Host stu Host stu
  HostName stu.cs.jmu.edu  HostName stu.cs.jmu.edu
Line 57: Line 55:
         HostName internalonly.cs.jmu.edu         HostName internalonly.cs.jmu.edu
         ProxyJump stu         ProxyJump stu
-        # some ssh servers may be listenign on a non-standard port. (the standard is 22)+        ## some ssh servers may be listenign on a non-standard port. (the standard is 22)
         # Port 23 # is typically for telnet, but people can do what they want with their servers          # Port 23 # is typically for telnet, but people can do what they want with their servers 
 </code> </code>