diff --git a/docs/Working_on_Wynton_Part_1.html b/docs/Working_on_Wynton_Part_1.html
index 13f2af2..72c1c0f 100644
--- a/docs/Working_on_Wynton_Part_1.html
+++ b/docs/Working_on_Wynton_Part_1.html
@@ -703,7 +703,7 @@ groups
- e.g. matlab, R and openjdk
-Cannot be logged in to directly, only from a login node
+Cannot SSH in to directly, only from a login node
ssh dev1
Names:
@@ -712,7 +712,7 @@ groups
Data Transfer Nodes
-- Can be logged in to directly
+- Can SSH in to directly
- Fast network speed
- Limited software
- Use for transferring files to and from Wynton
@@ -725,7 +725,7 @@ groups
Compute Nodes
-- Can not be logged in to directly
+- Can not SSH in to directly
- No internet or UCSF network access
- Used to run non-interactive compute job scripts
diff --git a/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd b/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd
index 6d84bd2..8c35b81 100644
--- a/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd
+++ b/working-on-wynton-hpc/Working_on_Wynton_Part_1.Rmd
@@ -109,7 +109,7 @@ alice@log1.wynton.ucsf.edu's password:
- e.g. git, vim, nano, make and python
- Also has access to [software repositories](https://wynton.ucsf.edu/hpc/software/software-repositories.html) some which are maintained by other users or research groups
- e.g. matlab, R and openjdk
-- Cannot be logged in to directly, only from a login node
+- Cannot SSH in to directly, only from a login node
```{r, engine='bash', eval=TRUE, results='markup',comment=NA, highlight=TRUE, echo=FALSE}
echo "ssh dev1"
@@ -121,7 +121,7 @@ dev[1-3], gpudev1, pdev1 (PHI) and pgpudev1 (PHI)
## Data Transfer Nodes {.small-bullets}
-- Can be logged in to directly
+- Can SSH in to directly
- Fast network speed
- Limited software
- Use for transferring files to and from Wynton
@@ -138,7 +138,7 @@ dt1 and dt2
## Compute Nodes {.small-bullets}
-- Can **not** be logged in to directly
+- Can **not** SSH in to directly
- No internet or UCSF network access\
- Used to run non-interactive compute job scripts
- The software to run the job script is provided using a container