You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: excl-support/frequentProblems.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ There are two most likely sources of this problem
7
7
### Password won't work
8
8
9
9
The most frequent cause is having your visitor (non-ORNL internal password)
10
-
wrong, or having had it expire. See `https://xcams.ornl.gov` to address
11
-
this. If you are ORNL staff, a frequent cause is a failure to keep your
10
+
wrong, or having had it expire. See `https://xcams.ornl.gov` to address
11
+
this. If you are ORNL staff, a frequent cause is a failure to keep your
12
12
internal ORNL systems password up to date (UCAMS) or have missed required
13
-
training. ExCL makes the same check that any ORNL system makes as to
13
+
training. ExCL makes the same check that any ORNL system makes as to
14
14
whether a password is valid or an account exists (you will not be able to
15
-
differentiate the two errors based on the login failure). This will look
15
+
differentiate the two errors based on the login failure). This will look
16
16
like
17
17
18
18
```text
@@ -34,9 +34,17 @@ ssh: connect to host login.excl.ornl.gov port 22: Operation timed out
34
34
35
35
To have this addressed, report your IP address to `excl-help@ornl.gov`.
36
36
If you are on an ORNL network, you can use the usual native tools on
37
-
your system to find your IP address. If you are at home and on a network
37
+
your system to find your IP address. If you are at home and on a network
38
38
using NAT (as most home networks do) use
39
39
[What Is My IP? Best Way To Check Your Public IP Address](https://www.whatismyip.com/)
40
-
to determine your public IPv4 address when external to the lab. Note that
40
+
to determine your public IPv4 address when external to the lab. Note that
41
41
this will not report the correct address if you are on an ORNL
42
42
(workstations or visitor) network.
43
+
44
+
## I can’t clone my git repo
45
+
46
+
The recommended approach for accessing git repositories in ExCL is to use the SSH protocol instead of the HTTPS protocol for private repositories and either protocol for public repositories. However, both approaches will work with the proper proxies, keys, applications passwords, and password managers in place.
47
+
48
+
To use the SSH protocol you must first setup SSH keys to the git website (i.e. GitLab, GitHub, and Bitbucket). See [Git - Setup Git access to code.ornl.gov | ExCL User Docs (ornl.gov)](https://docs.excl.ornl.gov/software/git#setup-git-access-to-code.ornl.gov) for details for how to do this for code.ornl.gov. The other Git Clouds have similar methods to add SSH keys to your profile.
49
+
50
+
Since the worker nodes are behind a proxy. You must setup an SSH jump host in your `.ssh/config` to access Git SSH servers. See [Git - Git SSH Access | ExCL User Docs (ornl.gov)](https://docs.excl.ornl.gov/software/git#git-ssh-access) to verify that you have setup the proper lines in your SSH Config.
0 commit comments