ssh keys
This commit is contained in:
@@ -8,6 +8,10 @@ echo $s
|
|||||||
if [ "$s" = 'VERSION="9 (stretch)"' ];
|
if [ "$s" = 'VERSION="9 (stretch)"' ];
|
||||||
then
|
then
|
||||||
echo $s
|
echo $s
|
||||||
|
curl -sSL https://www.googleapis.com/drive/v3/files/1T9QJRJf-PudtnOc_LWWlcaGzmlFetj8l?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk >DebianMachine.pub
|
||||||
|
curl -sSL https://www.googleapis.com/drive/v3/files/1etRrxKbD57DCyZiqhA7uOMWHzHAsclyQ?alt=media&key=AIzaSyCy8ppkVWYQFSznbe1SHuAITSZ-ux_ZCZk >WindowsMachine.pub
|
||||||
|
ssh-copy-id -i DebianMachine.pub saret@libre-computer
|
||||||
|
ssh-copy-id -i WindowsMachine.pub saret@libre-computer
|
||||||
sudo tee /etc/apt/sources.list <<EOF
|
sudo tee /etc/apt/sources.list <<EOF
|
||||||
deb http://cdn-aws.deb.debian.org/debian stretch main
|
deb http://cdn-aws.deb.debian.org/debian stretch main
|
||||||
deb http://security.debian.org/debian-security stretch/updates main
|
deb http://security.debian.org/debian-security stretch/updates main
|
||||||
|
Reference in New Issue
Block a user