element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum sshd running by default on element14 supplied card ?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 664 subscribers
  • Views 308 views
  • Users 0 members are here
Related

sshd running by default on element14 supplied card ?

Former Member
Former Member over 12 years ago

Can anyone confirm whether there is an sshd running at boot by default on the element14 supplied sd card pls ? I don't really want to buy a k/board and squeeky since I plan to network my rpi so would like to ssh/telnet in from the off.

Tks Alex

  • Sign in to reply
  • Cancel
  • morgaine
    morgaine over 12 years ago

    And the other reason is that if Ethernet works for you headless then you don't want to add anything else to USB since it might well cause your network to stop working since that runs over USB as well.  It's all hanging by a thread.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jamodio
    jamodio over 12 years ago

    Not sure about the element14 SD card, but the latest Raspbian image has DHCP and sshd enabled by default, you will obviously need to find out what IP address was assigned by whatever device acts as a server on your network.

     

    -J

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to jamodio

    Yep tks - have decided to burn my own image to a card so will use that (and hence have sshd runnign)

    Cheers

    (p.s. as for the ip addr - first time round I'll just check the dhcp logs and then install dyndns - or maybe I'll just install dyndns from the off in the image)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to Former Member

    You may want to initially run it with a display attached, because there is an initial screen to configure various things like language, locale, timezone, etc. and whether you want to enable sshd, unless you are familiar enough with Debian to put everything in place to just work.  And if you know how to do that, you could configure it with a static IP.  I am posting from my pi which I just received today.

     

    [code]

    pi@raspberrypi ~ $ ps aux | grep ssh

    root      1899  0.0  0.2   7092  1056 ?        Ss   20:15   0:00 /usr/sbin/sshd

    pi        2471  0.0  0.0   3512   360 ?        Ss   20:34   0:00 /usr/bin/ssh-agent /usr/bin/ck-launch-session /usr/bin/dbus-launch --exit-with-session x-session-manager

    pi        2638  0.0  0.1   3540   860 pts/0    S+   20:56   0:00 grep --color=auto ssh

    [/code]

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jamodio
    jamodio over 12 years ago in reply to Former Member

    An alternative to have a display, keyboard and mouse connected to the board is to use the serial console from the P1 connector.

     

    The UART interface comes out straight from the BCM2835 pins so you will need a RS232 level converter or a UART-USB adapter like the one sold by SparkFun (I've use these a lot and never had any issues with them) https://www.sparkfun.com/products/718

     

    I also tried the USB to TTL Serial Cable from Adafruit (http://www.adafruit.com/products/954) but it has not been very reliable for me, once in a while loses characters and the drivers on the windows side are not too good.

     

    Once you have access to the serial console with a terminal emulation program (such as TeraTerm or similar) configured at 115200 8N1 you will be able to see all the boot messages and log in and complete the configuration of the Rpi without any display/keyboard/mouse connected.

     

    And if you want to use the graphic desktop remotely you can install tightvnc on the Rpi and a VNC Viewer on our PC.

     

    My .02

    -J

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube