Sponsored Content
Full Discussion: Connect using ssh
Top Forums UNIX for Dummies Questions & Answers Connect using ssh Post 302543629 by kevincobain2000 on Tuesday 2nd of August 2011 08:10:04 AM
Old 08-02-2011
Quote:
Originally Posted by neutronscott
Like this? How I connect to my network storage at home, via my router, from my VPS:

Code:
[mute@geek ~]$ ssh -t root@xxx.domain.com  'exec ssh mute@goflex'
root@xxx.domain.com's password:
mute@goflex's password:
Linux goflex 2.6.32-5-kirkwood #4 Sun Apr 24 20:56:34 EDT 2011 armv5tel

Edit: You can also make a separate key, and use command restriction..

In ~/.ssh/authorized_keys
Code:
command="ssh second_server" ssh-dss blahblahblah

Thank you very much that worked perfectly, I googled for aprroximately one day, Thanks again

---------- Post updated 08-02-11 at 07:10 AM ---------- Previous update was 08-01-11 at 11:49 AM ----------

Quote:
Originally Posted by neutronscott
Like this? How I connect to my network storage at home, via my router, from my VPS:

Code:
[mute@geek ~]$ ssh -t root@xxx.domain.com  'exec ssh mute@goflex'
root@xxx.domain.com's password:
mute@goflex's password:
Linux goflex 2.6.32-5-kirkwood #4 Sun Apr 24 20:56:34 EDT 2011 armv5tel

Edit: You can also make a separate key, and use command restriction..

In ~/.ssh/authorized_keys
Code:
command="ssh second_server" ssh-dss blahblahblah

One more quick question, i tried but couldn't work out a similar thing for
Code:
scp

like
Code:
scp username@domain.com 'exec scp diskname'

Thanks again
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Connect over ssh, start something, disconnect

i'm connecting with ssh from a windows pc to a linux system. i want to start e.g. a download and close my session afterwards. how do i do this without killing the download? thx in advance. (2 Replies)
Discussion started by: sTorm
2 Replies

2. AIX

Connect from Windows Using SSH

Hi Everybody, I have 2 Servers (AIX 4.3), recently I installed SSH in both servers successfuly. I can connect from one server to another using SSH. My problem is when I tried to connect from Windows workstation to one of these servers the connection timed out. I'm using PUTTY to connect to the... (12 Replies)
Discussion started by: aldowsary
12 Replies

3. UNIX for Dummies Questions & Answers

connect to server using ssh

hi, i have script that connects to a unix server. however, i want to add condition that if it cannot connects in 10 attemps, it will send email to me. while -a ${COUNT} -lt 10] ./connect to server. if status <> 0 then email to me. fi Thanks a lot. (0 Replies)
Discussion started by: tungaw2004
0 Replies

4. Shell Programming and Scripting

SSH not able to connect - Need help

Hi, I am trying to connect to server using SSH command - ssh -l <username>@<server> 22 But it just hangs there.. Any suggestions to connect via SSH will be of great help! (2 Replies)
Discussion started by: Sathy153
2 Replies

5. AIX

cannot connect with ssh

Hi, I have created a new user as below: useradd -g staff -s /usr/bin/ksh test2 passwd test2 <type in new password> <type in new password> and I could not login via ssh with this username while I can do it with another username. Can anyone tell anything missing? Thanks! Victor (4 Replies)
Discussion started by: victorcheung
4 Replies

6. UNIX for Advanced & Expert Users

SSH connect problem

Hi, I know that I'm a little off the right forum but it seems like there is more experience and knowledge among Unix/Linux users than among Windows users in this case. I have seen many similar explanations on how to set up the public keys in Unix but nothing that I've tried of the Windows tips... (2 Replies)
Discussion started by: Powerponken
2 Replies

7. HP-UX

Unable to connect SSH from HP-UX

Hi, I'm trying to connect from an HP-UX with SSH2 client(ssh2 3.1.2 on hppa1.1-hp-hpux11.00) to an SSH2 server on a VxWorks system. The SSH connection is failing with the below connection logs: > /usr/local/bin/ssh2 -v -l testuser 10.10.10.10 debug: Ssh2/ssh2.c:1391: Using file... (4 Replies)
Discussion started by: ysafi
4 Replies

8. HP-UX

SSH slow at connect

Hi experts, We are getting slow ssh session connections at HP-UX 11.31 servers. We have set the parameters that maybe will affect , and commented at other theads at config file sshd_config : UseDNS no X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost no GSSAPIAuthentication no. ... (7 Replies)
Discussion started by: SapBasisSystem
7 Replies

9. Shell Programming and Scripting

How to connect DB2 using SSH?

How to connect db2 IBM on AIX using SSH - SecureCRT ? Please help me. (3 Replies)
Discussion started by: meomeo87
3 Replies

10. Shell Programming and Scripting

SSH HELP how to connect auto?

hi, i have some servers on my network. i need to connect to them auto from my work station sith SSH. i need to write a script thet connects to the server with USERNAME and PASSWORD automticly. and on each server to kill process. in my sciprt i want to put all list the IP of my... (1 Reply)
Discussion started by: zigizag
1 Replies
All times are GMT -4. The time now is 06:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy