Shagun Sood

Results 3 comments of Shagun Sood
trafficstars

I am using the same config for VSCode and SSH. It's working fine with VSCode but giving errors with Cursor.

Not doing anything special Here is how my .ssh config file looks like: ``` Host ec2-chat-instance HostName *****.ap-south-1.compute.amazonaws.com User ec2-user IdentityFile ~/name.pem ```