ssh login to pkgbuild.com
The Staff Services wiki page mentions
Public HTML / Home directory (pkgbuild.com)
A personal web hosting server for Staff to share patches, packages and other Arch Linux related files.
and I have my blog hosted as before at https://pkgbuild.com/~alad/. However I can't seem to login anymore. The previous home.archlinux.org
address can not be resolved, and a login at ssh pkgbuild.com
is rejected:
$ ssh -v pkgbuild.com
OpenSSH_8.9p1, OpenSSL 1.1.1n 15 Mar 2022
debug1: Reading configuration data /home/archie/.ssh/config
debug1: /home/archie/.ssh/config line 7: Applying options for pkgbuild.com
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to pkgbuild.com [78.46.178.133] port 22.
debug1: Connection established.
debug1: identity file /home/archie/.ssh/id_repos type 3
debug1: identity file /home/archie/.ssh/id_repos-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.9
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.9
debug1: compat_banner: match: OpenSSH_8.9 pat OpenSSH* compat 0x04000000
debug1: Authenticating to pkgbuild.com:22 as 'alad'
debug1: load_hostkeys: fopen /home/archie/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:RPB4mVNaSndrR8PydmsAKJvLpIFm+s4w4MEHYDPOqBM
debug1: load_hostkeys: fopen /home/archie/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: Host 'pkgbuild.com' is known and matches the ED25519 host key.
debug1: Found key in /home/archie/.ssh/known_hosts:13
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: get_agent_identities: bound agent to hostkey
debug1: get_agent_identities: agent returned 1 keys
debug1: Will attempt key: /home/archie/.ssh/id_repos ED25519 SHA256:1hrNASMz7ij1s/MjEfnMssN9oktMDrHAdAO2dc/LFsM explicit agent
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,webauthn-sk-ecdsa-sha2-nistp256@openssh.com>
debug1: kex_input_ext_info: publickey-hostbound@openssh.com=<0>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/archie/.ssh/id_repos ED25519 SHA256:1hrNASMz7ij1s/MjEfnMssN9oktMDrHAdAO2dc/LFsM explicit agent
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
alad@pkgbuild.com: Permission denied (publickey).