mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
Switching SSH keys to start9 user (#1321)
* Update ssh.rs for start9 user * .ssh directory for uid 1000 user * Update init.rs for start9 user * “His name is Robert Paulson” * typo * just cleaning up ...
This commit is contained in:
@@ -12,7 +12,7 @@ use crate::util::display_none;
|
||||
use crate::util::serde::{display_serializable, IoFormat};
|
||||
use crate::{Error, ErrorKind};
|
||||
|
||||
static SSH_AUTHORIZED_KEYS_FILE: &str = "/root/.ssh/authorized_keys";
|
||||
static SSH_AUTHORIZED_KEYS_FILE: &str = "/home/start9/.ssh/authorized_keys";
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
pub struct PubKey(
|
||||
|
||||
Reference in New Issue
Block a user