Hello, I am trying to create a key to connect to IoTivity Gerrit and setting up the ssh. It says Step 3: Setting up ssh. 1. Open ~/.ssh/config in a text editor. 2. Add the following line: 3. Host iotivity gerrit.iotivity.org 4. Hostname gerrit.iotivity.org 5. IdentityFile ~/.ssh/id_rsa 6. User [Insert_your_username_here] Port 29418 7. To connect behind the proxy, add the following line after IdentityFile ~/.ssh/id_rsa with the appropriate proxy address and port: ProxyCommand nc -X5 -x <proxy-address>:<port> %h %p
How do I find the appropriate proxy address and port? Here is the address where this is found. https://www.iotivity.org/documentation/linux/getting-started Any help in the right direction would be great! Andre -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150512/787206be/attachment.html>
