Skip to content

Commit b40d2a7

Browse files
committed
Updated Frequent Problems.
1 parent 92cad83 commit b40d2a7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

excl-support/frequentProblems.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ There are two most likely sources of this problem
77
### Password won't work
88

99
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
1212
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
1414
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
1616
like
1717

1818
```text
@@ -34,9 +34,17 @@ ssh: connect to host login.excl.ornl.gov port 22: Operation timed out
3434

3535
To have this addressed, report your IP address to `excl-help@ornl.gov`.
3636
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
3838
using NAT (as most home networks do) use
3939
[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
4141
this will not report the correct address if you are on an ORNL
4242
(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

Comments
 (0)