Untitled
unknown
plain_text
3 years ago
6.2 kB
10
Indexable
Running with gitlab-runner 14.10.0 (c6bb62f6) on shared Gicg9irg Preparing the "docker" executor 00:03 Using Docker executor with image docker:20.10 ... Pulling docker image docker:20.10 ... Using docker image sha256:c8dffce8f3d6a8e35b8ed0d2ca71c26ae8a9d351260d7f9b4f0689bb1c1da724 for docker:20.10 with digest docker@sha256:cee19af93958077db280d3987fef99866f539a8b640fc2e2ee0653f780d3de26 ... Preparing environment 00:00 Running on runner-gicg9irg-project-6-concurrent-0 via 4c84660b813f... Getting source from Git repository 00:00 Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/sol77/cicd-app-go/.git/ Checking out 79937c07 as main... Skipping Git submodules setup Executing "step_script" stage of the job script 00:01 Using docker image sha256:c8dffce8f3d6a8e35b8ed0d2ca71c26ae8a9d351260d7f9b4f0689bb1c1da724 for docker:20.10 with digest docker@sha256:cee19af93958077db280d3987fef99866f539a8b640fc2e2ee0653f780d3de26 ... $ command -v ssh-agent >/dev/null || ( apk add --update openssh ) $ eval $(ssh-agent -s) Agent pid 19 $ echo "$SSH_PRIVATE_KEY" | ssh-add - Identity added: (stdin) ((stdin)) $ mkdir -p ~/.ssh $ chmod 700 ~/.ssh $ ssh-keyscan $PRODUCTION_SERVER_IP >> ~/.ssh/known_hosts # 192.168.1.22:22 SSH-2.0-OpenSSH_7.4 # 192.168.1.22:22 SSH-2.0-OpenSSH_7.4 # 192.168.1.22:22 SSH-2.0-OpenSSH_7.4 # 192.168.1.22:22 SSH-2.0-OpenSSH_7.4 # 192.168.1.22:22 SSH-2.0-OpenSSH_7.4 $ chmod 600 ~/.ssh/known_hosts $ ls -la /root/.ssh/ total 4 drwx------ 2 root root 25 Jul 15 07:03 . drwx------ 1 root root 18 Jul 15 07:03 .. -rw------- 1 root root 662 Jul 15 07:03 known_hosts $ ssh root@$PRODUCTION_SERVER_IP -v "hostname" OpenSSH_9.0p1, OpenSSL 1.1.1o 3 May 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to 192.168.1.22 [192.168.1.22] port 22. debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.0 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4 debug1: compat_banner: match: OpenSSH_7.4 pat OpenSSH_7.4* compat 0x04000006 debug1: Authenticating to 192.168.1.22:22 as 'root' debug1: load_hostkeys: fopen /root/.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:6zf2m1/5uGBWTshaRYZYA2vEByF4X2zjuRs8+uUIIYg debug1: load_hostkeys: fopen /root/.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 '192.168.1.22' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:3 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: (stdin) RSA SHA256:RRfDh9aYioxwyypalemy9XYlcRBqen3iQl5Utx9GaT0 agent debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug1: Will attempt key: /root/.ssh/id_dsa debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering public key: (stdin) RSA SHA256:RRfDh9aYioxwyypalemy9XYlcRBqen3iQl5Utx9GaT0 agent debug1: Authentications that can continue: publickey,password debug1: Trying private key: /root/.ssh/id_rsa debug1: Trying private key: /root/.ssh/id_ecdsa debug1: Trying private key: /root/.ssh/id_ecdsa_sk debug1: Trying private key: /root/.ssh/id_ed25519 debug1: Trying private key: /root/.ssh/id_ed25519_sk debug1: Trying private key: /root/.ssh/id_xmss debug1: Trying private key: /root/.ssh/id_dsa debug1: Next authentication method: password debug1: read_passphrase: can't open /dev/tty: No such device or address debug1: Authentications that can continue: publickey,password Permission denied, please try again. debug1: read_passphrase: can't open /dev/tty: No such device or address debug1: Authentications that can continue: publickey,password Permission denied, please try again. debug1: read_passphrase: can't open /dev/tty: No such device or address debug1: Authentications that can continue: publickey,password debug1: No more authentication methods to try. root@192.168.1.22: Permission denied (publickey,password). Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit code 255
Editor is loading...