SecureCRT 配置ssh key登录时报“could not load the private key file 未知文件格式”这个错 是因为生成的id_rsa文件是新格式不兼容导致的,可以用puttygen转回旧格式 运行puttygen.exe-点击Conversions菜单项中的Import key,选择在linux下生成的id_rsa文件 菜单conversions--export openssh key 保存就好了...
This key is generated by PuTTYgen software. The key format is not valid to use in linux OS (which is the OS used by Cloudhub). SOLUTION There are few options to convert .ppk to .pem In PuTTYgen, load the key (File->Load private key) and then export it as...
Load key "/home/<user>/.ssh/<name_of_key_file>": bad permissions I'd forgotten to check and put appropriate permissions on the key file. i.e. chmod 600 ~/.ssh/<name_of_key_file> Trying ssh again, the next problem for me was that the private key file generated by PuttyGen ...