I am new to SSH and i want to log into a remote server using private key i generated using puttygen. I have already sent my public key to the server admin. I was instructed to execute following command in order to access GUI.
ssh -i <your private key> -D <your forwarding port for the GUI> james.alt@con.pod7.utvr
Can anyone explain what to put for my private key? Is it the file location in my local PC or some place in the remote server ? and what port number to use to access a remote GUI ?
Im using a windows machine with putty. Thank you in advance.