<div dir="ltr">Hi there,<div><br></div><div>I'm trying to build a tunnel with key-auth between strongswan and a Cisco router.</div><div>Phase 1 doesn't complete successfully because StrongSwan complains that it cannot find a key for the the other side.</div><div><br></div><div><div>May 17 05:52:10 ubuntu charon: 05[IKE] no RSA private key found for '192.168.72.4'</div></div><div><br></div><div>however the key is loaded fine when I reload ipsec</div><div><br></div><div><div>May 17 05:42:12 ubuntu charon: 00[CFG]   loaded RSA private key from '/etc/ipsec.d/private/ubuntu_prv.key'</div></div><div><br></div><div>and ipsec.secrets looks as follows</div><div><br></div><div><div>192.168.72.144 : RSA /etc/ipsec.d/private/ubuntu_prv.key</div></div><div><br></div><div><div>root@ubuntu:/etc# ls -la /etc/ipsec.secrets /etc/ipsec.d/private/ubuntu_prv.key</div><div>-r-------- 1 root root 1679 May 15 03:02 /etc/ipsec.d/private/ubuntu_prv.key</div><div>-rw------- 1 root root  379 May 17 05:42 /etc/ipsec.secrets</div><div><br></div><div><div>root@ubuntu:~/temp# head -2 /etc/ipsec.d/private/ubuntu_prv.key</div><div>-----BEGIN RSA PRIVATE KEY-----</div><div>MIIEpAIBAAKCAQEAx70hAWwWg6LRdqXkdInmShazUHsrHHbbaPc6jUtlR2n/zngv</div></div></div><div>(it's not encrypted)</div><div><br></div><div>Where am I doing wrong?</div><div><br></div><div>Thanks in advance, Alex</div></div>