Terminals icon indicating copy to clipboard operation
Terminals copied to clipboard

Can not connect using IPv6

Open saudiqbal opened this issue 6 years ago • 3 comments

I keep getting error while connection to SSH via IPv6, is it not supported?

saudiqbal avatar Dec 21 '18 20:12 saudiqbal

Can you add the error message that you receive when trying to connect on SSH?

jerome-duchene avatar Feb 27 '19 09:02 jerome-duchene

Sorry, Terminals was unable to connect to the remote machine I tried in brackets [2601:89:abcd:9] and without it, same problem.

saudiqbal avatar Feb 27 '19 19:02 saudiqbal

After try a connection, can you send me the log (See "Tools" menu > "Open log folder").

For example, I try with an invalid IPv6 address and my log display these informations:

INFO  2019-02-27 22:03:45,988 491384ms Terminals              Connect            - Connecting to a SSH Connection
FATAL 2019-02-27 22:03:46,050 491446ms Terminals              Connect            - Connecting to unknown Connection
System.ArgumentException: Aucune des adresses découvertes ou spécifiées n'entre dans la famille des adresses de sockets.
Nom du paramètre : addresses
   à System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
   à System.Net.Sockets.Socket.Connect(String host, Int32 port)
   à Terminals.Connections.TerminalConnection.Connect()"

jerome-duchene avatar Feb 27 '19 21:02 jerome-duchene