たかへーは信用に値しないから当然やな
ゴールデンタイムとは思えん速度が出てて大満足 https://www.speedtest.net/result/13216953097
宅内2.5GbE化しました https://www.speedtest.net/result/13215901088
host i-* mi-* aws-* stg-aws-*
ForwardAgent yes
ProxyCommand bash -c "set -x; aws --profile $(echo '%h' | grep ',' &> /dev/null && echo '%h' | cut -f 2 -d ',' || echo default) ssm start-session --target $(echo '%h' | cut -f 1 -d ',') --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
を設定しておくと ssh user@id[,profile] でsshできるようになるから
Host aws-bastion
Hostname i-030c9998b6c7df1c5
User mohemohe
Port 22
IdentityFile ~/.ssh/id_ecdsa
とか
Host stg-aws-bastion
Hostname i-097172b12747c67b4,stg
User mohemohe
Port 22
IdentityFile ~/.ssh/id_ecdsa
で楽にsshできる
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。