I am currently using a Raspberry Pi3 running Windows Core IoT, and I can successfully log in using PuTTY as an SSH client, but it asks for a password. I was wondering if there is a way to use an RSA public key file for authentication instead of the password. I know this can be done in linux with the authorized_keys file in the .ssh folder and changing the configuration file to allow such login method... Is there an equivalent procedure for Widnows Core IoT?
Login to raspberry pi running Windows IoT Core through public key authentication instead of password
392 views Asked by KmiKC At
1
There are 1 answers
Related Questions in SSH
- Is there a way to prevent vscode from forwarding ssh agent to remote dev container?
- problem to push files on a repository git
- How to connect to ssh server with domain name
- GIT SKIP EMPTY DIRECTORIES
- Share files from the server without data or internet usage
- Is it possible for `sudo` to fail temporarily with the correct password? Hacking suspected
- How to add a second ssh public key to authorized_keys file in the server?
- Termux: Different scrolling behaviour after "screen"-command
- Remote debugging via SSH Tunnel
- Why can I not login to a new linux system (amazon linux 2023) from an old one (CentOS 6)
- Can't establish ssh connection to IP address but can to git
- Using Maven to feed minikube on a VM
- Connect ssh to cisco switch with ansible
- PowerShell Command via SSH
- How to automate an SSH login with a batch file?
Related Questions in PUTTY
- How to run PuTTYgen from a .NET AWS Lambda function
- How to sucessfully send a .bin file via serial communication to another device using QT creator?
- How do I use plink to connect to a serial port with a named pipe address?
- How can ICE Console font display two accents aigu (é) with 0233 and 0130
- The sqlite database to the apache superset, but while trying the absolute path of the .db file, I'm getting error message
- how to change the link or image of header media in wordpress website
- Run .bat file that starts Putty and call .sh script
- How to push new WiFi credentials to Zebra printers
- Esp32 not sending any response to hercules
- Generate PuTTY PPK v3 file version programmatically in C# with HMAC-SHA-256
- AWS EC2 instance is not connecting with terminal via SSH command
- AHK Script for making Control+v work in non-CMD terminals (Bash, Putty, WSL...)
- apache2 server showing me the current installed version in my azure vm even it is uninstalled
- Why I'm receiving the 'Connection time out' when I try to run the 'python manage.py migrate' code on putty?
- Cannot connect to Mongodb atlas using puTTy
Related Questions in RASPBERRY-PI3
- raspberry driver stepper motor 24v 2A
- Xpt 2046 Display with Pn532 RFID reader
- How to use a RaspberryPi camera with the cv2.videoCapture() function?
- Turning on an LED using Assembly on raspbianOS (Raspberry Pi 3 Model B)
- CO2 Telaire T6713 Sensor and Raspberry Pi 3B+
- How do I run the following script in Raspberry pi 4 terminal as soon as it starts up?
- Why Does Google API Not Connect and Times Out
- Cross compiling godot as export template for arm
- How to get the microphone to record sound with Google Speech recognition on Raspberry Pi 3?
- Poor performance when sending/receiving in monitor mode
- Python code for retrieving data from SEM225 soil sensor connected a Raspberry Pi
- Real-time data doesn't update on Windows web server [Python, PHP, JS, Apache]
- Error After Running 'make' Command on Raspberry Pi 3 Model B
- MQTT on Raspberry Pi 3B+ (Raspbian) not working anymore
- OSError: [Errno 8] Exec format error: 'geckodriver'
Related Questions in WINDOWSIOT
- Set Audio Settings of MS Team Room/Conference From outside the App
- Windows IoT, get the number of processor's cores allocated for Soft Real Time
- .NET Framework Winforms App on Windows IOT
- Restart a windows tablet from a UWP application?
- Can Docker run on Windows 10 IoT Enterprise?
- Windows IoT Core failes to boot, how to debug
- How to use Iot.Device.Bindings nuget package on Windows uwp app?
- Looking for BLE peripheral dongle for Windows IoT core with Raspberry Pi
- get keyboardfilter WMI parameters in c#
- Spotify Connect and Windows IoT
- Problem when restart app on kiosk mode windows 10
- C# UWP: Using .NET Framework targetted References
- Azure Speech SDK on raspberry pi
- How to run external win32 executable (and be able to update / modify it) in Windows UWP app on Windows 10 IOT core?
- Is Windows Filtering Platform (WFP) Supported on Windows IoT Core
Related Questions in WINDOWS-IOT-CORE-10
- Clickonce issue when attempting to install application
- Result from response.Content.ReadAsStringAsync() is empty string (Windows.Web.Http). How do I get response?
- Make invisible eShell(kiosk) window on startup
- UWP C# How to append .json file and to identify them in groups
- UWP C# Saving DeviceInformation to ApplicationData
- Windows IoT Core failes to boot, how to debug
- How to use Iot.Device.Bindings nuget package on Windows uwp app?
- Configuring a dTPM chip on Raspberry pi running Windows IoT Core
- How to uninstall the TPM simulator and use the real TPM chip on raspberry pi?
- UWP C# Store and Load Serial Device Information
- Brightness control over HDMI via DCC/CI?
- UWP C# How to Use Routine From Different Page
- Windows IoT: Async task creation error in a headless (background) program
- UWP Windows IoT Core Stream Routing
- How can I display all files in Music Library on startup of app in UWP
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
While I haven't been able to find anything about using keys, you could consider using KiTTY, a PuTTY fork.
Before I switched to linux full time, I used KiTTY, because it's much more configurable, and also allows stored plaintext passwords. It's much better than PuTTY, in my opinion.