ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Problem with connecting to Gerrit-Server by use of SSH-Connectio

From: "FIXED-TERM Scholz Tobias (DC-IA/EAM6)" <fixed-term.Tobias.Scholz@xxxxxxxxxxxxxxx>
Date: Fri, 13 Feb 2015 10:54:01 +0000
Hello,
 
I’ve improved an existing Wireshark dissector. The code is ready for an upload to the Wireshark Gerrit-Server.
 
Due to that I used those two guides  ( http://wiki.wireshark.org/Development/SubmittingPatches/GitForWindows and https://code.wireshark.org/review/Documentation/user-upload.html ) to create a SSH-Connection to upload my changes. I have already installed the tools successfully on my computer, as in the “GitForWindows” guide described. Furthermore my Gerrit account already has a linked SSH public key with my PC. The Last step in the “GitForWindows” guide is to check the connection with the server with “ssh –p 29418 yourGerritusername@xxxxxxxxxxxxxxxxxx”.
 
But right at this point a Problem appears. Right now I am not able to create an SSH-Connection, because it is not allowed. Therefore I’ve searched for another solution to create a different connection to the Gerrit-Server, but without any success.
 
My Question therefore is:
Is it possible to upload my changes to the Gerrit-Server without a SSH-Connection (HTTP / HTTPS) or is this connection type coercive necessary?
 
Thanks in advance!
 
T. Scholz