-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing typo in SBNYoung/Basic_Computing
- Loading branch information
1 parent
565139d
commit 81d9d0a
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|