Posts

Showing posts from December 21, 2018

Switch ISPs and lost internet connection on debian server

Image
0 Version root@server:~# cat /etc/debian_version 8.11 Can't resolve host names root@server:~# ping www.google.com ping: unknown host www.google.com ifconfig -a root@server:/# ifconfig -a docker0 Link encap:Ethernet HWaddr 02:42:cc:08:fa:30 inet addr:172.17.0.1 Bcase:172.17.255.255 Mask:255.255.0.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) eth0 Link encap:Ethernet HWaddr 48:5b:39:c1:ce54 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:45 errors:0 dropped:0 over

gpg-agent fordwaring on Windows using Gpg4win and PuTTY

Image
0 I managed to get SSH forwarding to a Linux guest from a Windows 10 host using Gpg4win and PuTTY. I can successfully use my private key stored on an GnuPG smartcard connected on my host to login to remote SSH sessions from my guest. Now I need to forward the GnuPG agent (not only SSH one) to be able to encrypt and sign using my private key smartcard connected to my host from my guest. How can I do it? putty gnupg gpg4win gpg-agent share | improve this question asked Dec 9 at 17:05 user3368561 101 2