Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Mon Nov 08, 2010 11:31 pm 
Offline
Newbie

Joined: Mon Nov 08, 2010 9:25 pm
Posts: 3
This is a total newbie issue. I've inherited this linode installation and I'm not very familiar with Linux administration.

I am trying to connect via sshfs and it keeps disconnecting with an errors like so:


(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Sending subsystem: sftp
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) subsystem request failed on channel 0
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) remote host has disconnected
(<MFClient: 0x103c140>, MFClient, crossroads on linode, 12/31/69 6:00 PM) Note status changed for fs <MFClientFS: 0x105b330> (crossroads on linode) to Failed to Mount

I'm using macfusion on OS X 10.6.4 and the server is Ubuntu 9.04.

Thanks.

-fw


Last edited by fwells on Wed Nov 10, 2010 8:08 pm, edited 1 time in total.

Top
   
 Post subject:
PostPosted: Tue Nov 09, 2010 8:07 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
We're going to need more info than that, see my sig.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Tue Nov 09, 2010 11:39 pm 
Offline
Newbie

Joined: Mon Nov 08, 2010 9:25 pm
Posts: 3
I'm not sure what else I can provide. I've tried searching for error logs but all my searching for logs concerning ssh connections. Again I'm trying to do a sshfs mount from a OS X 10.6.4 using MacFusion 2.0.4 the server is Ubuntu 9.04. The only log I can provide is the log from MacFusion this is the complete log from the attempted connection.


(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) Mounting
(<MFClient: 0x103b200>, MFClient, crossroads on linode, 12/31/69 6:00 PM) Note status changed for fs <MFClientFS: 0x105a320> (crossroads on linode) to Waiting to Mount
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) Task launched OK
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) sshfs: cannot find sshnodelay.so
warning: ssh nodelay workaround disabled
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Reading configuration data /etc/ssh_config
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Connecting to newark140.linode.com [97.107.143.75] port 22.
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Connection established.
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: identity file /Users/pandabrand/.ssh/id_rsa type 1
debug1: identity file /Users/pandabrand/.ssh/id_dsa type -1
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1-linode1
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: match: OpenSSH_4.7p1-linode1 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.2
debug1: SSH2_MSG_KEXINIT sent
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Host 'newark140.linode.com' is known and matches the RSA host key.
debug1: Found key in /Users/pandabrand/.ssh/known_hosts:8
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: SSH2_MSG_SERVICE_ACCEPT received
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/pandabrand/.ssh/id_rsa
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Server accepts key: pkalg ssh-rsa blen 277
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: read PEM private key done: type RSA
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Sending subsystem: sftp
(<MFClient: 0x103b200>, MFClient, crossroads on linode, 12/31/69 6:00 PM) Note status changed for fs <MFClientFS: 0x105a320> (crossroads on linode) to Failed to Mount
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) subsystem request failed on channel 0
remote host has disconnected


Again, I am totally new at this I can provide more if I know what is needed but I don't know.


Top
   
 Post subject:
PostPosted: Wed Nov 10, 2010 7:07 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
fwells wrote:
(<SSHServerFS: 0x103b240> (crossroads on linode), SSHServerFS, crossroads on linode, 12/31/69 6:00 PM) debug1: Connecting to newark140.linode.com [97.107.143.75] port 22.


I think you want to connect to your Linode, rather than to the server it is running on.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Wed Nov 10, 2010 8:08 pm 
Offline
Newbie

Joined: Mon Nov 08, 2010 9:25 pm
Posts: 3
Thanks, that was it. I guess I don't quite get the difference between the linode server and the regular server.


Top
   
 Post subject:
PostPosted: Wed Nov 10, 2010 9:01 pm 
Offline
Junior Member

Joined: Wed Oct 06, 2010 2:41 pm
Posts: 20
fwells wrote:
I guess I don't quite get the difference between the linode server and the regular server.


Your linode is a virtual server that, along with a bunch of other linodes, is hosted on a physical server. The physical server (and its installed software) is maintained by Linode while the virtual server is fully maintained by you.

For the most part, you can pretty much ignore the existence of the physical server except when you're using Lish.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group