Forum Discussion
lekshmanan
Sep 06, 2022Copper Contributor
Need help for ipv6 support for linux
I am using the posh-sh module to connect a remote Linux machine. It works well in ipv4 but not in ipv6. Do I need to enable or configure anything in posh-ssh?
Note:
Ipv6 is configured on a Linux machine and it's working fine.
- I tested using ping
- Connected the Linux server using putty(used ipv6 address
Help Me to solve the issue.
4 Replies
- I only did it using IPv4 in the past (Wrote a blog about it actually, https://powershellisfun.com/2022/05/26/powershell-remoting-to-linux-servers-using-ssh/ )
Can you SSH to it using IPv6? (https://www.cyberciti.biz/faq/linux-bsd-unix-configuring-ssh-listen-ipv6-addresses/)- lekshmananCopper Contributor
Harm_Veenstra connect ssh using ipv6 is working fine. I log in using putty and using the ping command to verify also. I doubt whether the posh-ssh supports ipv6 or not.
- Not sure if the openssh in Windows can, but that's the one that I used for my blog post