Topic: Warning the following packages cannot be authenticated

Hello,

I have added the official repository for mysecureshell in my /etc/apt/sources.list

But when I try to run apt-get I am getting a warning that the package cannot be authenticated. Is there a public key which I can add to my debian key ring? Thank you.

Re: Warning the following packages cannot be authenticated

Hi,


No there is no public key for the repository at this time  hmm

Re: Warning the following packages cannot be authenticated

Don't know if it was something to do or requiered, but still, I add the key as describe in the "install/pakages" section

gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys E328F22B; gpg --export E328F22B | sudo apt-key add -

apt-get behave silently since then

apt-key list

returns this:

pub   4096R/E328F22B 2011-01-15
uid                  MySecureShell repository <teka2nerdman@users.sourceforge.net>
sub   4096R/E4FFD1FF 2011-01-15

Re: Warning the following packages cannot be authenticated

teka wrote:

Hi,
No there is no public key for the repository at this time  hmm

When will there be one again?

Re: Warning the following packages cannot be authenticated

Hi,

Since MySecureShell 1.25 the repository is secured smile

Take a look: http://mysecureshell.sourceforge.net/en … #question1