You can encrypt your loginscript with gpg. In example with gcc: gpg -c --force-mdc login.txt
decrypt-script: read -p "Passpshrase: " -s pass gpg --passphrase $pass -d login.txt.gpg 2>/dev/null | STEAMEXE=steamcmd ./steam.sh pass="" 2012/6/3 ics <[email protected]>: > Also, since you and some others may not be on the Csgo_servers mailing list > (you should join if you have servers for it), there was discussion about > this issue earlier. > > Steamcmd will replace hldsupdatetool in the future for all Valve games. > There was also talk about having anonymous account for updating a server but > no promises or decisions were made by Valve on that yet. It would be > extremely convinient to have anonymous account since > i dare not to put my Steam login & password to a script that updates the > server. It's just a security risk. The others felt the same about it. > > However, since CS:GO is still in beta and "limited", Steamcmd is required to > update it. I really hope they add some anonymous account ability or > something for it later. > > -ics > > 3.6.2012 12:42, ics kirjoitti: > >> You need to have CS:GO beta in order to install the dedicated server. >> >> -ics >> >> 3.6.2012 11:50, Axel Terizaki kirjoitti: >>> >>> Looks like it worked after a few tries today. Kind of a weird issue >>> though. >>> >>> Is it necessary to have an account with CS:GO on it to install a >>> dedicated server, or could I just create a brand new account for my Linux >>> server and stlil use Steamcmd on it? >>> >>> On 03/06/2012 04:09, Andre Müller wrote: >>>> >>>> Delete the directory ~/Steam on your server and try to login again >>>> with steamcmd. When you have SteamGuard enabled, watch for a new Key, >>>> maybe the the code changed after deleting the directory ~/Steam. >>>> >>>> 2012/6/3 Necavi<[email protected]>: >>>>> >>>>> I was having the exact same issue - just keep trying, took me about a >>>>> dozen >>>>> tries at that point. I read that disabling steamguard completely helps, >>>>> but >>>>> if it did end up helping...the help was far from instantaneous. >>>>> >>>>> -----Original Message----- >>>>> From: [email protected] >>>>> [mailto:[email protected]] On Behalf Of Nomaan >>>>> Ahmad >>>>> Sent: Saturday, June 02, 2012 08:56 >>>>> To: Half-Life dedicated Linux server mailing list >>>>> Subject: Re: [hlds_linux] Unable to install CS:GO dedicated server >>>>> >>>>> You need to log out from your regular Steam client to be able to >>>>> successfully log in to SteamCMD. >>>>> >>>>> On 2 June 2012 12:30, Axel Terizaki<[email protected]> wrote: >>>>> >>>>>> Hello. >>>>>> >>>>>> I'm getting an error while following this page's instructions : >>>>>> https://developer.**valvesoftware.com/wiki/**Counter-Strike:_Global_** >>>>>> >>>>> >>>>> Offensive_Dedicated_Servers<https://developer.valvesoftware.com/wiki/Counter >>>>> -Strike:_Global_Offensive_Dedicated_Servers> >>>>>> >>>>>> Basically, I log in with my own steam account (I disabled Steam Guard >>>>>> to >>>>>> make sure it wasn't interfering) and when I try to install CS:GO, I >>>>>> get: >>>>>> >>>>>> app_update 740 validate >>>>>> ERROR! Failed to request AppInfo update, not online or not logged in >>>>>> to >>>>>> Steam. >>>>>> >>>>>> Trying to login another time results in a timeout... >>>>>> I'm not sure of how to fix this, has anybody else found a way around >>>>>> this >>>>>> problem? >>>>>> >>>>>> Thanks in advance. >>>>>> >>>>>> ______________________________**_________________ >>>>>> To unsubscribe, edit your list preferences, or view the list archives, >>>>>> please visit: >>>>>> >>>>> >>>>> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds_linux<https >>>>> ://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux> >>>>> _______________________________________________ >>>>> To unsubscribe, edit your list preferences, or view the list archives, >>>>> please visit: >>>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux >>>>> >>>>> >>>>> _______________________________________________ >>>>> To unsubscribe, edit your list preferences, or view the list archives, >>>>> please visit: >>>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux >>>> >>>> _______________________________________________ >>>> To unsubscribe, edit your list preferences, or view the list archives, >>>> please visit: >>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux >>> >>> >>> >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux >> >> >> >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

