Server :: Connecting To Debian Server With Putty?
Jul 22, 2010
I want to connect to my debian server through putty, but only i got is the message - Network error: connection refused. I try with different setting on the server and in putty, but there is no effect.
Here are my settings: for the serveer i use [URL]
Code:
Port 22
# listen address i changed to accept all addresses
ListenAddress 0.0.0.0
[code]....
i have no /etc/ssh/ssh_host_key file and try to comment it but with no success. All other lines at the config file was commented.
View 2 Replies
ADVERTISEMENT
Mar 12, 2010
I use PuTTY to connect to an Ubuntu Server (VPS). I would like to use Tab-Completion when I'm working with the command line on Ubuntu Server... How can I configure it?
View 1 Replies
View Related
Sep 19, 2010
ENV: openssh-server-5.4p1-1.fc13.i686 Problem: I am unable to ssh using Putty (when using ssh-auth/pki) to a fedora box . I get the message: Server refused our key. Here's what I tried so far:
- Tried generating rsa (as well as dsa) keys on the linux server and put the generated public key in the ~/.ssh/authorized_keys. Then I converted the private key using PuttyGen.
- Also, tried generating keys using PuttyGen and then converted the public key and placed it on the server
- Configured the sshd server (ssh_config) for using RSAAuthentication=yes. Tried all combinations and purmutations; however, I still get the "Server refused our key" error.
View 10 Replies
View Related
Nov 4, 2009
was trying to access the server through putty, it immediately closed connection.i tried this a couple of times and still the same problem.
View 2 Replies
View Related
Jul 16, 2010
I began by first installing Unbuntu Server (this was yesterday evening). After configuring and reconfiguring and reinstallation, I finally got it installed the way I wanted, so I thought! Today, I decided to give Debian a try. Read many posts concerning its stability, etc. D/L and installed. No problem, First I was met with permission denied error when trying to perform a simple 'cp' command. Jumped back to the forum and searched found a solution type 'su and enter password that worked perfectly I type some things in the smb.conf file (according to other instructions) then return to my XP machine to try connecting again. I know this isn't exactly 'rocket scientist' stuff, but WTH is going on? When the login screen appears in XP, I provide the proper credentials and still can't connect!! Also, how can I grant myself permissions other than using 'su -'?
Trying to build a simple file server for home use. Nothing fancy, but honestly, I've installed Novell servers much simpler than this.
View 3 Replies
View Related
Nov 15, 2009
i installed unix services for windows 3.5 on a windows xp pro box and it installed fine. I configured nfs on the debian box and exported the ip of the client computer and forwarded port 2049 correctly. I followed the instructions for setting up teh nfs client on windows. However whenever i go to tools->map network drive and type in the server-domain-name:/file-address it says it cannot connect?
View 6 Replies
View Related
Mar 20, 2016
I'm trying to connect to my server (to the gnome session) using vnc. I run vino-server on debian
I get pass the authentication (configured none) but I get a blank screen instead of my session.
Log from vino on the console:
root@B10-20-30-4:/etc/vnc# /usr/lib/vino/vino-server
** (vino-server:2547): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-7l6BcHLxb5: Connection refused
(vino-server:2547): EggSMClient-CRITICAL **: egg_sm_client_set_mode: assertion 'global_client == NULL || global_client_mode == EGG_SM_CLIENT_MODE_DISABLED' failed
20/03/2016 05:20:28 PM WARNING: Width (3046) is not a multiple of 4. VncViewer has problems with that.
20/03/2016 05:20:28 PM Autoprobing TCP port in (all) network interface
20/03/2016 05:20:28 PM Listening IPv6://[::]:5900
[Code] .....
View 0 Replies
View Related
Mar 1, 2010
I'm using Postgresql 8.4.2-2. I'm trying to remote into my server securely. I figure I could do so with ssh. Apparently I figured correctly, as per, [URL] and [URL] I setup the ssh tunnel. ssh -L 5432:serverip:5432 Then I setup pgadmin3 to connect as follows:
host: localhost
port: 5432
user: postgres
maintenance db: postgres
And I receive the following error:
An error has occurred: Quote: An error has occurred: Error connecting to the server: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
I'm not sure what the problem is. I can connect with Code: psql from the cli after connecting to the terminal via ssh. So I know that I'm using the correct password.
View 3 Replies
View Related
Jul 16, 2011
I have a problem in connecting a new Linux box using putty.I have recently set up a new virtual machine using oracle virtual box , and in the virtual box i installed Cent OS 4.8 . I gave NAT connection.When i try to connect the Linux box using putty , i get Network connection Timed out message . When i try to ping from the host OS i get request timed out.
View 4 Replies
View Related
Aug 9, 2010
I am using windows 7 OS. I want to make client server setup & trying to connect putty with Vmware from windows 7. I had installed redhat linux 5in Vmware & set the ipaddress as well but I am not able to connect vmware through this ip address.Do I need to set some configuration in ssh as well?
View 9 Replies
View Related
Jul 29, 2011
i tried to connecting from a windows7 client to a linux server through vnc server.But its very slow , is there any alternative for vnc . i heard that samba can be used as a remote desktop tool if its true please reply with configuration details.
View 2 Replies
View Related
Jul 23, 2011
i buy a dected server and i want control my server with UltraVNC Viewer the company host is give me just user name is root and password of ssh and when i ask him to instal for me vnc server he say sorry man i dont suport software.so can you help me how instal vnc server by putty (ssh)
View 8 Replies
View Related
Feb 10, 2011
I am access my linux box remotely using putty. I ran some build process on the remote machine. I lost my connection and now I had to re login using putty. I dont know if my process has finished or not. How will I check that.
View 2 Replies
View Related
Apr 2, 2010
I can't figure out why I keep getting kicked out of the ssh session almost immediately after login to an ubuntu 9.10 server (32bit).See the screenshot. I just installed this server and didn't make any ssh config options. I thought it would work right away.When I ping that server I get sporadic responses where some packets are lost. It's an old Dell poweredge 1400.where should I start troubleshooting? Authentication? Hardware?
View 4 Replies
View Related
Apr 27, 2010
So when I try to connect to my ubuntu server with ssh like thisX@dell-desktop:~$ ssh servername -P 1934X@servername's password: Permission denied, please try again.but when I use putty (yes with the same port number and the same settings)it works fine. This didn't start happening until my friend did a reinstall on the server, he didn't have a clue as to why it would do this.
View 6 Replies
View Related
Aug 8, 2009
I use centro 5 to run a game server with the command ./srcds_run quit -game cstrike -nocrashdialog +map de_dust2 +maxplayers 36 +ip 95.154.192.34 +port 27015 -tickrate 67
which then starts a 36 slot CSS game server but as soon as i close putty it ends now i tried nohub ./srcds_run quit -game cstrike -nocrashdialog +map de_dust2 +maxplayers 36 +ip 95.154.192.34 +port 27015 -tickrate 67 and ./srcds_run quit -game cstrike -nocrashdialog +map de_dust2 +maxplayers 36 +ip 95.154.192.34 +port 27015 -tickrate 67 > srcds.log 2>&1 &
i'm woundering if it something to do with centro 5 why nohub isn't working becouse it works for others either
View 1 Replies
View Related
Sep 15, 2010
i can't connect to my server using putty.
I have a virtual dedicated server, running - Linux Red Hat Fidora core 6- Pentium 4, 3ghz
I'm attempting to use Putty to log in SSH, but I'm getting an error.
Saying the sever unexpectedly close network connection.
I don't know if this has anything to do with it. This is a new computer, that hasn't logged in using putty before. Also I'm on a home wireless network. It dosen't seem to be a firewall issue, the error message pops up, when the firewall is disabled.
And I just had Go Daddy do a reboot. Oh, and I think I might have entered my password incorrectly a few times, last night.
I remember the Go Daddy rep, saying that my IP address may be flagged, but that it would unfilter and unlock it self within an hour or so. It's been over 24 hrs.
Before the password issue, i was able to log in.. But i can't now.
Others can log in. So there unable to duplicate the problem.
I'm new to Linux, and SSH.
Any help
I'm trying to install some software...
View 3 Replies
View Related
Nov 5, 2010
I've been allowed to work on the server of a forum. I was given the username and password, and with them logged in successfully on the server using PuTTY, but now I'm not sure what command I use to do anything to the users on the forum For example how would I change someone's username or password, etc.
View 3 Replies
View Related
Apr 6, 2010
I am not able to connect to server through putty, my collegue is able to connect to same server from his desktop through putty.
I am getting ssh session and after providing user id an password its stays still and no error message. firewall and se linux is disabled and also i checked tcpwrappers there is not restriction given.
View 1 Replies
View Related
Jun 11, 2011
I have a server program in ubuntu which i run using putty remotely. My problem is that when i closes my putty window, my server automatically closes and stop working.
I want that once i start my server it remains on when i closed my putty window.
View 14 Replies
View Related
Dec 21, 2010
I setup logging in through putty client with keys, and password disabled, could log in from all machines on my network (xp and 7) with putty.When I finished hut down the server.Today I turned on the server box and thought I'd try logging in through putty. It kept telling me the server was rejecting my key.I plugged in a monitor and keyboard into the server and logged in via password then had no problem logging in through putty client.Question is, every time I shut the server down do I have to plug in the monitor and keyboard, then login, to be able to login remotely?
View 8 Replies
View Related
Apr 14, 2011
I'm trying to do a ssh connection (using Quest Putty) from Windows to Linux. As linux are joined to Active Directory, is possible to do a SSO (using kerberos). If I connect from linux to linux using ssh, it works fine. If I connect form Windows (Win7) to Linux using Quest Putty or Centrify Putty, an error is displayed:
Code:
C:Program FilesCentrifyCentrify PuTTY>Plink.exe -A -K -v serverl001.jed
Looking up host "serverl001.buss.red"
Connecting to 10.16.44.234 port 22
Server version: SSH-2.0-OpenSSH_5.4
We claim version: SSH-2.0-PuTTY_Release_0.60_(Centrify_GSS_1.4)
[Code]...
View 11 Replies
View Related
Dec 28, 2010
I have installed VMWare on XP(host) and installed Ubuntu 10.10 Guest on VMWare. I need to simulate remote server on my Ubuntu Guest and connect from XP to Ubuntu guest using WinScp or PUTTY. How do I do it? On my VMWare right now I have networking set as NAT.
View 2 Replies
View Related
Mar 26, 2011
i am trying to run open-emr using these instructions: [URL] i get as far as step 3 where this screen never seems to connect to mysql:
Quote:
OpenEMR Setup
Step 3
Configuring OpenEMR...
Connecting to MySQL Server...
i think i have everything installed:
[Code].....
View 1 Replies
View Related
Jan 15, 2011
I can't connect to my Suse server by ssh (using putty) cause console shows me this message: connection reset by peer some times, other times It let me type the user but when I going to enter the password It reset the connection. What I did?? Reinstalled the ssh, but everything was same, the problem still appears. So I reinstalled the Operating System, now but when I going to connect to server the problem appears again! What could be the cause of this behavior??
View 3 Replies
View Related
Aug 27, 2009
I gannot connect to my Linux server using ssh and get Server refused to allocate pty message. Before it was working fine and today the problem appear, i don't know why this problem. Not that i'm new on linux system. my linux version is Linux 2.6.18-8.el5. I only found the same topic in this forum but not find solution, i try ssh with -T but still not working.
View 1 Replies
View Related
Jan 29, 2011
I would like to learn basic linux commands and editors (eg : vi). Am using windows and it is difficult for me to install linux in ma laptop. So is there any free linux login servers available in internet so that I can login to server with putty and try using basic linux commands and editors.
View 4 Replies
View Related
Jun 5, 2011
I have a database in SQL Server 2005 in my local Windows System and I want to import this database to my linux (ubuntu) server remotely using putty.
View 5 Replies
View Related
Jan 4, 2010
I wanted to set up a secure FTP server with proftpd so I can put some large files on the web for my pops. Here is my problem, I use a clearwire modem that won't allow you to change any of the settings but appears to have some pre-set firewalling capabilities. I also have a linksys wireless router connected to the modem. That firewall has all the port forwarding settings ready to go, and there hasn't been an issue with anything else, so here it goes.
I have a properly configured secure FTP setup with proftpd and the client app I'm using is Filezilla. I know it is configured right because I was able to use the FTP server via my LAN. Maybe my logic is wrong but, I was connecting to the FTP server at it's IP on the LAN of 192.168.1.5:21. If I wanted my pops to connect from out of state I would give him the ip the internet sees when I surf the web, right? Looks something like this 68.44.22.113. I should tell him to configure Filezilla to connect to 68.44.22.113:21. If my logic is wrong, please let me know, because when I try to do this I get an error that says connection refused by host.
View 13 Replies
View Related
Feb 22, 2011
just now i installed telnet on my VPS. but while connecting to other server it gives error
# telnet 10.10.10.224 Trying 10.10.10.224... Connected to 10.10.10.224 (10.10.10.224). Escape character is '^]'. Connection closed by foreign host.
View 4 Replies
View Related