Debian 哪个仓库有 autossh 包?

Debian which repository has the package autossh?

我正在尝试在 Debian squeeze 上安装 autossh,但出现错误 E: Unable to locate package autossh

我不知道包 autossh 在哪个存储库中。我尝试 searching on the Debian site 但无法获取存储库地址。

那么,这个包裹在哪里?将什么回购地址添加到 apt sources.list?

编辑:

这是我的 sources.list

deb http://archive.debian.org/debian squeeze main contrib non-free
deb-src http://archive.debian.org/debian squeeze main contrib non-free

开启 apt-cache policy autossh

我收到错误

N: Unable to locate package autossh

autossh 软件包在 debian squeeze 上不可用(EOL),您应该构建该软件包:

git clone https://github.com/leiqin/obfuscated-autossh.git
cd obfuscated-autossh
./configure
make
sudo make install