Maze Posted November 27, 2014 Share Posted November 27, 2014 (edited) hello dear php-freaks and -expertsi just installed putty on linux - how to start it now?love to hear from you Edited November 27, 2014 by Maze Quote Link to comment https://forums.phpfreaks.com/topic/292758-i-just-installed-putty-on-linux-how-to-start-it-now/ Share on other sites More sharing options...
Frank_b Posted November 28, 2014 Share Posted November 28, 2014 type ssh <hostname> Quote Link to comment https://forums.phpfreaks.com/topic/292758-i-just-installed-putty-on-linux-how-to-start-it-now/#findComment-1497900 Share on other sites More sharing options...
Maze Posted November 28, 2014 Author Share Posted November 28, 2014 hello dear frank B many many thanks for the quick reply well i use with two methods a. putty on suselinux 13.1 b. command line but - note: the problem: i need to include the public-key. but how to do that!? this command is workin;ssh -p123 -L 8899:127.0.0.1:2233 vhost@www2.myhost.orgbut i get asked for the public key:(ECDSA) to the list of known hosts. Permission denied (publickey).well how to add the (public) key -a either on command line orb. run the above mentioned code on putty?dear Frank_B i love to hear from you many many greetings Quote Link to comment https://forums.phpfreaks.com/topic/292758-i-just-installed-putty-on-linux-how-to-start-it-now/#findComment-1497952 Share on other sites More sharing options...
Adam Posted December 6, 2014 Share Posted December 6, 2014 Can you show the actual output from the server when you try logging in with a password (-p argument)? From what you have posted it seems like password authentication isn't allowed, in which case you will need to add your public half of a key (see here for how to generate the key: https://help.github.com/articles/generating-ssh-keys/), but if you can't SSH to it, you can't add your key to the authorised keys file on the server. So do you have any other form of access? Who maintains the server? Quote Link to comment https://forums.phpfreaks.com/topic/292758-i-just-installed-putty-on-linux-how-to-start-it-now/#findComment-1498692 Share on other sites More sharing options...
kpmedia Posted December 18, 2014 Share Posted December 18, 2014 I've never heard of anyone installing Putty on a CLI-only machine. That's .... odd. It's generally a desktop tool. Quote Link to comment https://forums.phpfreaks.com/topic/292758-i-just-installed-putty-on-linux-how-to-start-it-now/#findComment-1499950 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.