pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Pass in ssh port only if it exists #420

Closed richyliu closed 2 years ago

richyliu commented 2 years ago

Pass in port with -p to ssh only if pythonic-remote-port returns non-nil. Fixes bug where port 22 is assumed when port is already included as part of ssh alias.