This website works better with JavaScript.
Home
Help
Sign In
mehalter
/
server-dots
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Cleaned up ssh implementation
master
Micah Halter
10 months ago
parent
58aae89224
commit
cdc8dd0018
Signed by:
mehalter
GPG Key ID:
4224A6EA9A8CAAA8
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-0
ssh/id_rsa_yubikey.pub
+ 1
- 1
Makefile
View File
@ -5,7 +5,7 @@ update:
ssh
:
mkdir -p ~/.ssh
cat ssh/
authorized_keys
>> ~/.ssh/authorized_keys
cat ssh/
*.pub
>> ~/.ssh/authorized_keys
bash
:
rm -rf ~/.bashrc ~/.bash_aliases
ssh/authorized_keys → ssh/id_rsa_yubikey.pub
View File
Write
Preview
Loading…
Cancel
Save