Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
11-13-2019
01:11 AM
- edited on
04-21-2026
04:35 AM
by
GrazittiAPI
$ cdswctl ssh-endpoint -p ml-at-scale -m 4 -c 2
Forwarding local port 7847 to port 2222 on session bhsb7k4eqmonap62 in project jfletcher/ml-at-scale.
You can SSH to the session using
ssh -p 7847 cdsw@localhost
Now you need to add an entry into your SSH config file. On my Mac, I created the following:
$ cat ~/.ssh/config
Host cdsw-public
HostName localhost
IdentityFile ~/.ssh/id_rsa_hadoop
User cdsw
Port 7847