My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add ipv6 address for ssh into lily

yemou 6055c547 245c7d30

+5
+5
ssh/config
··· 1 1 Host lily 2 + HostName 2600:1702:1730:76f0:7285:c2ff:fe07:3c7b 3 + BindAddress 2600:1702:1730:76f0:dabb:c1ff:fea3:8843 4 + Port 2222 5 + SetEnv TERM=xterm-256color 6 + Host lily-v4 2 7 HostName 192.168.1.92 3 8 Port 2222 4 9 SetEnv TERM=xterm-256color