Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.25k stars 235 forks source link

Can not connect using IPv6 #204

Open saudiqbal opened 5 years ago

saudiqbal commented 5 years ago

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

jerome-duchene commented 5 years ago

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

saudiqbal commented 5 years ago

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

jerome-duchene commented 5 years ago

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()"