This commit is contained in:
quackerd 2019-09-27 00:52:32 -04:00
parent 3d52cdbb4e
commit 6bf6da88c9
Signed by: d
GPG Key ID: 590A22374D0B819F
3 changed files with 1 additions and 21 deletions

View File

@ -3,8 +3,7 @@
echo "Configuring SSH..."
mkdir -p ~/.ssh
cp _ssh_config ~/.ssh/config
cp _ssh_pub ~/.ssh/authorized_keys
cat ssh_pub >> ~/.ssh/authorized_keys
chmod 700 ~/.ssh
chmod 644 ~/.ssh/authorized_keys
chmod 644 ~/.ssh/config

View File

@ -1,19 +0,0 @@
Host pancake
HostName pancake.rcs.uwaterloo.ca
User oscar
Port 77
Host goose
HostName goose.quacker.org
User quacker
Port 29
Host parrot
HostName parrot.quacker.org
User quacker
Port 29
Host strange
HostName strange.rcs.uwaterloo.ca
User oscar
Port 77

View File