$ ssh tizen
nc: port range not valid
ssh_exchange_identification: Connection closed by remote host
I am Getting the Above Error in Gerrit SetUp Process at "2.2.4 Configuring SSH for Gerrit Access"
Help us in this regard How Can I Overcome the Error ..
Host tizen
Hostname review.tizen.org
IdentityFile ~/.ssh/id_rsa
User srikanth123
Port 29418
#The line below is optional configuration applicable to Ubuntu and openSUSE.
#Add when using proxy, otherwise, skip it.
ProxyCommand nc -X5 -x proxy2.wipro.com:8080 user 123
#The line below is optional configuration applicable to Fedora.
#Add when using proxy, otherwise, skip it.
ProxyCommand nc --proxy-type socks4 --proxy proxy2.wipro.com:8080 user 123
Thanks and Regards
Srikanth