Skip to content

Commit fa1b53b

Browse files
committed
add changelog and remove docs
1 parent eb6142a commit fa1b53b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/arch_features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ For EC2 specifically, there are a few additional steps:
4343

4444
1. If connecting to EC2 instance via remote window, the toolkit generates temporary SSH keys (30 second lifetime), with the public key sent to the remote instance.
4545
- Key type is ed25519 if supported, or RSA otherwise.
46-
- This connection will overwrite the `.ssh/authorized_keys` file on the remote machine with each connection.
4746
1. If insufficient permissions are detected on the attached IAM role, toolkit will prompt to add an inline policy with the necessary actions.
4847
1. If SSM sessions remain open after closing the window/terminal, the toolkit will terminate them on-shutdown, or when starting another session to the same instance.
4948

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "EC2: avoid overwriting authorized_keys file"
4+
}

0 commit comments

Comments
 (0)