Skip to content

Commit 85bcf9e

Browse files
Use a private key
1 parent 67c8183 commit 85bcf9e

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

0x0B-ssh/0-use_a_private_key

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
#this connects to server 100.25.20.70
3+
4+
ssh -i ~/.ssh/school [email protected]

0x0B-ssh/1-create_ssh_key_pair

Whitespace-only changes.

0x0B-ssh/100-puppet_ssh_config.pp

Whitespace-only changes.

0x0B-ssh/2-ssh_config

Whitespace-only changes.

0x0B-ssh/README.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)