An open source telnet and SSH Client for the Windows and Unix platforms.

learn more… | top users | synonyms

5
votes
2answers
285 views

Linux User not able to login

I am trying to create new users using useradd command using root credentials it is getting created properly but when I log in with the newly created user with its credentials using a PuTTY Console, I ...
2
votes
1answer
287 views

Del key in AIX ksh over PuTTY telnet

At the place where I work we're developing under AIX with ksh and connecting to it via telnet. Most people use ArcTel to connect, while I prefer PuTTY. The only problem I have with PuTTY is that the ...
0
votes
1answer
12 views

PuTTY and PowerTerm scripting Problem, Open a just in time URL via Samba share

I'm sshing into a fedora server using Powerterm (an expensive overly priced, license based, terminal emulator). The server uses an ancient form of (what I'm told is similar to) cobalt. I have no ...
0
votes
1answer
38 views

Synchronizing subdirectory with root directory

I have files like this on my linux web server: folder1/ <- main, this is where users of my page are led to folder1/testing/ <- copy of folder1(without folder1/testing/) to modify and optimize ...
2
votes
0answers
1k views

SSH: I have a *.pem private key. How to create a SSH connection using it?

I tried to use putty also. I select this pem key there and got this: Unable to use key file "key.pem" (not a private key). I read that it is possible to convert a pem to a pub key. I did it like ...