equal
deleted
inserted
replaced
369 return 'remote:ssh:' + client |
369 return 'remote:ssh:' + client |
370 |
370 |
371 class sshv2protocolhandler(sshv1protocolhandler): |
371 class sshv2protocolhandler(sshv1protocolhandler): |
372 """Protocol handler for version 2 of the SSH protocol.""" |
372 """Protocol handler for version 2 of the SSH protocol.""" |
373 |
373 |
|
374 @property |
|
375 def name(self): |
|
376 return wireprototypes.SSHV2 |
|
377 |
374 def _runsshserver(ui, repo, fin, fout, ev): |
378 def _runsshserver(ui, repo, fin, fout, ev): |
375 # This function operates like a state machine of sorts. The following |
379 # This function operates like a state machine of sorts. The following |
376 # states are defined: |
380 # states are defined: |
377 # |
381 # |
378 # protov1-serving |
382 # protov1-serving |