I have been asked to generate a pair of SSH keys so that I can access a remote server for development. To generate the keys, I used the ssh-keygen tool on our CentOS box, which I successfully did.
Now I have 2 files: ~/.ssh/id_dsa, ~/.ssh/id_dsa.pub. I will give the admin the .pub file so that he can place it on the remote server.
I am involved in creating a system where the web application and the database won't be hosted on the same LAN or WAN, i.e. data will be transferred across public network.
I have the following configuration and want to establish a tunnel on a tunnel.
I read already the following topic:
How to put a tunnel in a tunnel?
My configuration:
Notebook --> Linux Server A --> Linux Server B
Notebook: Windows XP with putty
Linux Server A and B: Ubuntu 10.10
I have a ssh connection with a tunnel from my notebook via putty to Server A.
Now I want to establish a tunne
I have an asp.net 4.o application running on window server 2008 and a oracle 11G database server running on linux.
There is two database server with same virtual ip.
Recently some how one database server went down and another database server starting working.
Every thing went perfectly on database server site with small problem of oracle listener
But on my application server memory start increasi
I am trying to connect to a remote server in cloud hosting service using remote desktop client application. Actually, the remote server is a server edition. I need it as GUI enabled like an Ubuntu desktop edition so that it will be user friendly. So I have installed Ubuntu-desktop using sudo apt-get install ubuntu-desktop.
I'm able to connect to the server via putty SSH client.
here is my situation.
I need to access an FTP server at work. The server will only accept local IP's, so I cannot access it from my home machine. I have been able to ssh into my unix work machine through PuTTY and from there successfully open a console ftp connection to the FTP server. I could work through this, but I would prefer not to as it is very cumbersome for me.
Hello Friends, Access Your MySQL Server Remotely Over SSH | SSH Tunnel Everybody wants to secure their server and also wants to access application from remotely. So if you have MYSQL server, But bydefault its only opened for local machine for the security reasons. And if you want to access your database server or database [...]
Hi,
I am trying to connect to a remote server using remote desktop client application.Actually,the remote server is a server edition.I need to fetch it as gui enabled like a ubuntu desktop edition.So i have installed ubuntu-desktop using sudo apt-get install ubuntu-desktop.
I'm able to connect to the server via putty SSH client.In putty we can run in command line mode only.I want to run the s
Hi,
I am trying to connect to a remote server using remote desktop client application.Actually,the remote server is a server edition.I need to fetch it as gui enabled like a ubuntu desktop edition.So i have installed ubuntu-desktop using sudo apt-get install ubuntu-desktop.
I'm able to connect to the server via putty SSH client.In putty we can run in command line mode only.I want to run the se