Forum Discussion

artooro's avatar
artooro
Occasional Contributor
24 days ago

SSH Bookmarks don't support Port Numbers

It's fairly common to run SSH on non-standard ports. But it appears 1Password does not support this. Per https://developer.1password.com/docs/ssh/bookmarks/ for IPv6 you would use `ssh://user@2001:DB8:a8b0:5678::200c` which is a problem because ports are usually specified with a : as well. The URL standard is to use brackets, so `ssh://user@[2001:DB8:a8b0:5678::200c]:2222` would be the syntax which makes the most sense. Could this support be added to 1Password?

2 Replies

  • Hi artooro​ ,

    For the SSH bookmark, you can just edit the "bookmark" (image) section of the SSH Key Item and then append the needed port.

    Let me know if you have any troubles.

    Regards,
    Phil

    • artooro's avatar
      artooro
      Occasional Contributor

      1P_Phil​ yes maybe I should have clarified. If you use DNS or even IPv4, specifying a port seems to work. But it does not work for IPv6 addresses, because 1Password does not support the URL bracket format for IPv6 URLs.