Skip to main content
artooro
September 8, 2025
Question

SSH Bookmarks don't support Port Numbers

  • September 8, 2025
  • 2 replies
  • 109 views

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

September 8, 2025

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
artooroAuthor
September 9, 2025

@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.

December 20, 2025

have a look here  on how to get a custom port for ssh'ing.

@1P_Phil @artooro