![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| c system call | rangaswamy | High Level Programming | 1 | 02-19-2008 01:53 PM |
| netstat: no support for `AF INET (sctp)' on this system. | arunchaudhary19 | Red Hat | 0 | 10-29-2007 09:49 AM |
| how to differentiate system call from library call | muru | UNIX for Advanced & Expert Users | 2 | 07-20-2007 12:20 AM |
| stty tcgetattr errors | Student37 | UNIX for Dummies Questions & Answers | 8 | 04-26-2007 02:02 PM |
| stty: tcgetattr: Not a typewriter | Trusevich | Shell Programming and Scripting | 1 | 01-17-2002 02:42 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
I am trying to implement SSH between two systems say ukblx151 & ukapx047 with ID say khzs228, i follow the following process: Step-1) $ ssh-keygen -t rsa -f rsa Generating public/private rsa key pair. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in rsa. Your public key has been saved in rsa.pub. The key fingerprint is: 5c:cb:fb:ec:87:a2:0e:92:a4:bd:e7:8f:99:1b:5c:50 khzs228@ukblx151 Step-2) $ cat rsa.pub | ssh khzs228@ukapx047 `cat - >> /home/khzs228/.ssh/authorized_keys` Pseudo-terminal will not be allocated because stdin is not a terminal. khzs228@ukapx047's password: stty: tcgetattr: A specified file does not support the ioctl system call. I get the above error (i.e. stty:tcgetattr: A specified file does not support the ioctl system call.), can anybody help? Regards, Vishal |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|