putty PrivateKey file for authentication upload option not showing - putty

when I installed putty in my system and try to use it . I had stuck with a problem.The problem is putty PrivateKey file for authentication upload option not showing
I have tried to refer many sites by I did'nt found any solution for this and again reinstalled the putty

Just had similar issue like yours and I browse SSH->Auth->Credentials then I put the key in there and it worked

Same issue when following an instruction. But I tried to expand Auth even though the instruction didn't said so. I found Private key file for authentication in the Credentials. It worked so I guess its okay.
Here

Related

recaptcha enterprise BROWSER_ERROR

I am trying to use recaptcha enterprise. I got the necessary key in the console, I registered the domain (and even tried turning off domain verification). Everything works well for me on localhost, but when I check on the server, I get the following error:
'java.lang.RuntimeException: The CreateAssessment call failed because the token was: BROWSER_ERROR (of class java.lang.RuntimeException)'.
Can you give me some pointers on where to start and where to look. Thanks!
created a new key in the console and everything worked on the destination domain

snipe-it with XAMPP

I have configured snipe-it following https://snipe-it.readme.io/docs/configuration and I don't seem to get pre-flight to run/launch and there is no instructions on snipe-it website unless I have missed it. I tried to use URL (http://localhost/setup) that I setup in the .env file but it says "This site can not be reached". I also tried IP but no luck. Any one out there have any idea what configuration file I need to check and how to launch it? Thank you all

Magento Code Migration Tool - Installation issue

i'm currently following the steps in
https://github.com/magento/code-migration
to install the Code Migration Tool (not data migrate) to my localhost.
i am facing a problem at the
Installation step
When i run composer install,
it requires me username and password,
saying
Authentication required (repo.magento.com) ,
and i tried a few attemps, it just says
Invalid credential for https://repo.magento.com/packages.json, aborting.
i have done little research about the username and password on internet..
https://community.magento.com/t5/Just-Ask-Alan/Invalid-credentials-for-https-repo-magento-com-packages-json/m-p/23820#M127
They suggested to get the private key and public key from my magento marketplace account, i did that but it doesn't work.
Also, the cmd doesn't allow me to type anything at the password.
Can anyone help me with this? Thanks >.<
you can use migration tool from UberTheme for Magento2
it is very much user friendly
REF : https://github.com/ubertheme/module-ubdatamigration/blob/master/README.md

Mathematica: setting "SetDirectory" to a remote server?

How do I set "SetDirectory" to a remote server with Mathematica?
I have tried SetDirectory["//server/folder/"] but without success. I also tried putting "smb:" before the // but it doesn't work. I get:
SetDirectory::cdir: Cannot set current directory
Looked at the documentation, but could not find help. Any suggestion? The server is password protected. I was expecting a username/password pop-up window, and I wonder if it's possible to set that up.
Thanks
I found a better way: I leave the Mathematica notebook file within the remote directory instead. That way I only have to go through password protection once.

"Cannot connect to server" while installing ipa through OTA

I have provisioning profile is installed and successfully created the ipa. The ipa will install in Dropbox without any problem, but the same ipa will give the error while installing through OTA.
I have attached the screenshot of the error.
How can i solve the issue. Any help would be appreciated.
Thanks.
The answer may depend on what OTA server you are using.
If you are running your own OTA server, like I am, then the problem may be your URL.
I saw the exact same "Cannot connect to..." error today with my personal OTA server. The problem was with the itms-services URL.
itms-services://?action=download-manifest&url=https://3ea1be94.ngrok.com/TestApp.plist
The .plist file name and the hostname for my &url= parameter were incorrect. Once I fixed them and refreshed the page, everything was fine.
If you are using your own OTA server, check that the &url= paramter is accurate and make sure it is using HTTPS. If you are not running your own OTA server, check with whoever is running it as they may be able to assist.
To proper distribute the IPA file from HTTP you should put a webpage with a Link pointing the itms-services special link for example:
Download App
This manifest file you is very simple, you need the bundleid and the URL to the IPA file
You can find an example of start from this one: https://gist.github.com/kEpEx/777df3cb1fd4bd851409
A couple of important things to consider
Valid certificate is required, and URL from Manifest and IPA should be HTTPS, (I'm not sure if self signed certificated works on this)
Take care of the manifest URL, sometimes you have parameters on the URL, you want to urlencode them or use simplier url
Sometimes you want to auth the users before allowing them to download the manifest or IPA files, take care of this, since cookies on the safari are lost when you click on this link, so if you check for session there based on the cookie you will get the "Cannot connect to" message. You will need to came out with a better aproach like generating temporaty tokens or something like that (this point took me 2 days of work to figure it out why it was failing)

Resources