Lines Matching full:ssh
91 4. Setup ssh correctly.
92 You will need to setup a number of ssh keys and then copy them to
93 your chroot so that you can ssh into a devserver from there.
95 Run ssh-keygen to generate your id_rsa and id_rsa.pub files into ~/.ssh/
97 Download the testing_rsa ssh keys from here:
99 Save both to ~/.ssh
100 chmod 600 ~/.ssh/testing_rsa* (otherwise permissions are too loose and
103 Add these lines to your ~/.ssh/config
106 IdentityFile /usr/local/google/home/<your ldap here>/.ssh/testing_rsa
108 You should now be able to ssh into DUTs in the lab without a password.
110 Follow these instructions to setup the ssh access to lab devservers:
118 Check that you can now ssh into a lab devserver without a password.
120 Finally and most importantly, copy the ssh files to your chroot's .ssh
121 folder so you can ssh from there:
122 cp -a ~/.ssh/. ~/chromiumos/chroot/home/${USER}/.ssh/