From 81d9d0aba556bafb5e5111e94cd4dfae80565666 Mon Sep 17 00:00:00 2001 From: mking Date: Wed, 3 Apr 2024 20:11:41 -0500 Subject: [PATCH] Fixing typo in SBNYoung/Basic_Computing --- SBNYoung/Basic_Computing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SBNYoung/Basic_Computing.md b/SBNYoung/Basic_Computing.md index 471fdba9e..f562de0c1 100644 --- a/SBNYoung/Basic_Computing.md +++ b/SBNYoung/Basic_Computing.md @@ -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@dunegpvm13@fnal.gov` +`ssh -KXY @.fnal.gov` + +For example: +`ssh -KXY mking@dunegpvm13.fnal.gov` ##### 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.