Search Results

Search: Posts Made By: tekline
15,316
Posted By tekline
ssh-keygen questions (not working) --> resolved
also if when trying to ssh into the remote server and you are prompted for that server's password then the keys are not set up correctly. When attempting to ssh into the server it should...
15,316
Posted By tekline
ssh-keygen questions (not working) --> resolved
OK. It does pay to know which ssh you are using.

$ ssh -V
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090605f

this pointed me to the proper syntax for using private/public keys and ssh...
15,316
Posted By tekline
ssh-keygen questions (not working)
Ok. The program still is not working. It still is asking for a password. The funny thing is when I use 'ssh dwebapp1' at the command line it will show 'source user@remote host'

<<source>>...
15,316
Posted By tekline
ssh-keygen questions (not working)
Thanks Joerg. The version is listed below.

Server 1 (connecting from)
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090605f

Server 2 (connecting to - dwebapp1)
OpenSSH_3.8p1, SSH...
15,316
Posted By tekline
ssh-keygen questions (not working)
I managed to ssh between servers. I created and installed public keys for both machines so that I can ssh from both servers to each other (from server A to B and from server B to A).

I did...
15,316
Posted By tekline
ssh-keygen questions (not working)
Also,

I was not able to use 'scp' command. Instead I used a different ftp client to place the key file on the remote machine in the user's .ssh directory.
15,316
Posted By tekline
ssh-keygen questions (not working)
Here is the error I am recieving when typing ssh ${dwebapp1} at the command line of the originating machine:

ssh: $\033[3~{dwebapp1}: no address associated with hostname.
15,316
Posted By tekline
ssh-keygen questions (not working)
I have created the keys and placed the public key in the remote user directory (not the server root).
(remote machine: dwebapp1)
ex: /home/webarch/user_name/.ssh/authorized_keys2

cannot ssh...
7,204
Posted By tekline
I set up my keys using ssh-keygen ; copied the...
I set up my keys using ssh-keygen ; copied the key to .ssh/authorized_keys on the remote server. Logged out, logged in and exicuted the script at the beginning of this post and I still was forced to...
7,204
Posted By tekline
automatic ssh into remote server using ksh
I still have to enter the password when I want to auto login w/o having to do any command line entry. This code works but I don't want to have to enter the password at the command line. After...
4,482
Posted By tekline
Thanks for all the help! It works now.
Thanks for all the help! It works now.
4,482
Posted By tekline
formatting textfile inside ksh script using awk not working
I cannot seem to get this text file to format. Its as if the awk statement is being treated as a simple cat command.
I manned awk and it was very confusing. I viewed previous posts on this board...
4,792
Posted By tekline
How do I get the return code (success/failure)?...
How do I get the return code (success/failure)? from running the mailx command?
4,792
Posted By tekline
Thanks for all the help. I still had trouble...
Thanks for all the help. I still had trouble getting the message inside testfile.txt <<attachment file>> to keep the content inside the file and stay in the attachment format and at the same time...
4,792
Posted By tekline
mailx on ksh revisited
I have read through all documents in FAQ and have run into an issue with sending an email with body message text and an email attachment. I have included what I have thus far and I can get the...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 04:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy