-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowing only my IP Address to connect via SSH to EC2
- Loading branch information
Miguel Elhaiek
committed
Apr 1, 2024
1 parent
f8a0fea
commit ea89a7b
Showing
4 changed files
with
50 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# /Users/miguelelhaiek/.pems/ec2-milvus-standalone-testing.pem | ||
|
||
# ssh -i "/Users/miguelelhaiek/.pems/ec2-milvus-api.pem" [email protected] | ||
|
||
# ssh -i "/Users/miguelelhaiek/.pems/ec2-milvus-api.pem" [email protected] | ||
|
||
#!/bin/bash | ||
# Update the system | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters