Skip to content

Commit

Permalink
Fixing typo in SBNYoung/Basic_Computing
Browse files Browse the repository at this point in the history
  • Loading branch information
mking99456 committed Apr 4, 2024
1 parent 565139d commit 81d9d0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SBNYoung/Basic_Computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ All key information and connection details for relevant meetings will be sent ou
SSH stands for Secure Shell Protocol. We use it for remote login onto Fermilab servers.

The basic command structure is
`ssh -KXY mking@[email protected]`
`ssh -KXY <FNAL_username>@<experiment_server>.fnal.gov`

For example:
`ssh -KXY [email protected]`
##### Configuration Files
On your local computer, there are configuration files that specify some configurations for connecting to remote servers. There are system-wide and user-specific configuration files, with the user-specific ones taking precedence.

Expand Down

0 comments on commit 81d9d0a

Please sign in to comment.