Skip to the content.

Enable remote connectivity for Coengineering.


Install / enable prerequisite

  1. Download and install putty. download link
  2. get access for any link in the bottom if needed. [optional]

Register/reserve the system [should be done by Admin]

system information

system id locker id gateway ip certificate common name
107269 5061 192.55.64.252 intelsdp5061

Authenticate the client pc by adding public key

  1. launch puttygen.exe from putty installation location.
  2. click generate and keep moving mouse over the open area.
  3. warning Make sure RSA is selected and Number of bits in a generated key is 4096
    • putty key gen
  4. Enter a strong passphrase for key and confirm, then save the private key to a subfolder inside your Documents folder.
    • warning do not click save public key button.
    • ssh key
  5. select everything under public key for pasting into OpenSSH authorized_keys file and copy to notepad , save as MyPublicKey.
  6. you should have a instruction email with a link to provide public key.
    • post the content of MyPublicKey to the link.
    • warning it must starts with ssh-rsa
    • close the puttygen.exe application.

Tunnel configuration

Gateway configuration

  1. right click on the private key file and open with Putty SSH authentication agent.
    • If prompted password please provide as setup earlier.
  2. launch putty.exe create a session called onecloudgw with host as guest@<ssh-gw-server-ip-address>.
    • gateway config
  3. proxy should be configured if someone tries to access from intel VPN
    • connect %host %port\n
    • proxy: proxy-us.intel.com 1080
    • vpn config
  4. For external access skip the previous step and select proxy none

client configuration

  1. Launch putty.exe again and create a session onecloudeclient
    • hostname: sdp@<os ip address>
    • OS ip address can be obtained from the instructions email from intel SDP.
    • session info
  2. Go to connection->proxy
    • proxy type: local
    • Telnet command or local proxy command: "C:\Program Files (x86)\PuTTY\plink.exe" -load onecloudgw -nc %host:%port
    • warning confirm the putty installation path.
    • client proxy

Connecting to the system

new method

  1. save private key to a folder.
    • export using putty
  2. set the folder permision as per below
    • folder permision for private key
  3. update the config file for ssh as below.
     Host sshserver   
     HostName 192.55.64.252  
     User guest   
     identityfile "C:\cert\t.ssh"  
     #ProxyCommand "C:\Program Files\Git\mingw64\bin\connect.exe" -S PROXYSERVER:PROXYPORT %h %p   
     Host sdp  
     HostName 192.168.1.2  
     User sdp   
     ProxyCommand ssh.exe -W %h:%p sshserver   
     LocalForward 10443 192.168.1.3:443   
     LocalForward 10444 192.168.1.3:3389   
     LocalForward 10445 192.168.1.4:3389   
     LocalForward 10022 192.168.1.2:22  
    
  4. use the command ssh sdp to connect to tunnel.
  5. rdp to localhost:10444

old method

  1. Double click the saved session onecloudclient
    • when prompted for password use $harktank2Go
  2. Go To connection ->SSH -> tunnels
    • configure tunnel information in the below example one is for remote desktop and the other is for ipkvm.
    • tunnel config
  3. To do file transfer setup SSH tunnel of 192.168.1.2:22 and use any SCP client application to localhost:22
  4. The username for KVM is sdp and password is $harktank2Go
  5. Now the client system is ready to connect to the lab SUT.
  6. For kvm connection click this link https://localhost . This should use local 443 port and access the kvm .
    • kvm connection
    • user: tech and password: redhat!test. now the KVM list of SUT should be available to connect. Double click on the name from that list.
    • list of kvm
  7. For RDP (remote desktop connection) use localhost:3390 . see the previous tunnel config ]
    • RDP
    • user password for the system might vary. Administrator and no password is default.
  8. For file transfer need to have sftp tunnel configured on port 22. And need to ensure the SUT is running with the SFTP server on port 22.

wiki for reserving system
privacy notice
intel sdp access agreement
configure ssh server on windows
—–