It would be great to have a tutorial on the forum for changing the default password for a Wowza EC2 instance with Putty. This is challenging for many including myself.
Derrick
It would be great to have a tutorial on the forum for changing the default password for a Wowza EC2 instance with Putty. This is challenging for many including myself.
Derrick
If you mean change the root password, there isn’t a practical way to do it. There probably is some way, but it’s not designed for it. You use the keypair. If others need access you can send them the ppk file.
Richard
Also, it’s the AWS EC2 way of doing it, i.e., not something that Wowza has implemented.
Richard
Creating users and changing passwords is same on all linux:
useradd someuser
passwd someuser
Richard
Yes, putty is what I use. The Wowza EC2 guide has instructions:
https://www.wowza.com/resources/WowzaMediaServerForEC2_UsersGuide.pdf
Get putty here:
You have to open port 22 in the EC2 security group.
Richard
I see. I guess I’m thinking out loud in terms of an easy way to change FTP passwords on a Wowza EC2 instance. I just want to have additional way to improve security.
Thanks for the feedback.
Derrick
Thanks Richard but I don’t know how to get to the point. I have to be able to connect to the Wowza EC2 intance with Putty over SSH. Right?
Derrick
Hey Richard,
I know how to add port 22 to the EC2 security group and I’ve already downloaded and installed Putty. I’ve followed the instructions in the Wowza EC2 guide for connecting to the instance with Putty but can’t connect.
Derrick