I have a .txt file that looks like:
'192.168.0.1','sarah','privatepassword'
'192.168.20.2','john','password1'
How can I take the lines of the file and assign them to variables for ip, username, and password? I can change the format of the .txt file if needed.