- Big Data Analytics with Hadoop 3
- Sridhar Alla
- 56字
- 2021-06-25 21:26:05
Setup password-less ssh
Now check if you can ssh to the localhost without a passphrase by running a simple command, shown as follows:
$ ssh localhost
If you cannot ssh to localhost without a passphrase, execute the following commands:
$ ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa $ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys $ chmod 0600 ~/.ssh/authorized_keys
推薦閱讀
- Java編程全能詞典
- Ansible Configuration Management
- Splunk 7 Essentials(Third Edition)
- Google Cloud Platform Cookbook
- Deep Learning Quick Reference
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- PIC單片機C語言非常入門與視頻演練
- 嵌入式Linux上的C語言編程實踐
- Docker Quick Start Guide
- 空間站多臂機器人運動控制研究
- 網絡服務器搭建與管理
- 基于ARM9的小型機器人制作
- 生成對抗網絡項目實戰
- 從實踐中學嵌入式Linux操作系統
- 傳感器原理及應用(第二版)